Merge pull request #998 from gosnat/patch-7

Update thang.coffee
This commit is contained in:
Nick Winter 2014-05-14 11:54:46 -07:00
commit 57f3846abb

View file

@ -38,6 +38,9 @@ module.exports = class Thang
event.thang = @
@world.publishNote channel, event
getGoalState: (goalID) ->
@world.getGoalState goalID
setGoalState: (goalID, status) ->
@world.setGoalState goalID, status