0
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet-module.git synced 2024-06-26 03:50:49 +03:00
This commit is contained in:
Alexander Yakovlev 2016-09-12 10:03:03 +07:00
parent c0c6465a62
commit faf0797b21
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "salet",
"version": "1.4.5",
"version": "1.4.6",
"description": "A general client-side framework for cybertext interactive fiction games.",
"keywords": ["ifiction", "interactive fiction", "games", "coffee-script", "text", "menu"],
"homepage": "http://salet.oreolek.ru",

View file

@ -390,7 +390,7 @@ class Salet
laststep = undefined
for step in @progress.sequence
# skip through repeating steps (it's just inviting the bugs)
if step.link == laststep.link
if step.link == laststep
continue
# The action must be done at the recorded time.
@time = step.when