1
0
Fork 0
mirror of https://gitlab.com/Oreolek/salet.git synced 2024-07-04 07:45:03 +03:00

Removed a duplicate method

This commit is contained in:
Alexander Yakovlev 2016-03-20 19:09:22 +07:00
parent 2197fbad65
commit 9c40443c8f

View file

@ -36,7 +36,6 @@ class SaletRoom
@extendSection = false @extendSection = false
@distance = Infinity # distance to the destination @distance = Infinity # distance to the destination
@clear = true # clear the screen on entering the room? @clear = true # clear the screen on entering the room?
@entering = (system, from) =>
### ###
I call SaletRoom.exit every time the player exits to another room. I call SaletRoom.exit every time the player exits to another room.
Unlike @after this gets called after the section is closed. Unlike @after this gets called after the section is closed.