Skip to content
Snippets Groups Projects
Commit 3fadbf6c authored by Travis Savo's avatar Travis Savo
Browse files

Code style

parent 8178df5a
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: node:6.9
image: node:7.1
 
all_tests:
script:
Loading
Loading
Loading
Loading
@@ -235,7 +235,7 @@ body.moveTo = ->
global.$game.common.moveTo.apply(this, arguments)
 
body.look = ()->
@sees @location?.asSeenBy?(this) || @location?.description || "There doesn't seem to be anything to see."
@sees @location?.asSeenBy?(this) or @location?.description or "There doesn't seem to be anything to see."
 
body.lookAt = (who, what) ->
listify = require("listify")
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment