mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
commit
7f3e769cbd
1 changed files with 3 additions and 0 deletions
|
@ -213,6 +213,9 @@ module.exports = class GoalManager extends CocoClass
|
|||
else
|
||||
state[progressObjectName][thang] = false
|
||||
|
||||
getGoalState: (goalID) ->
|
||||
@goalStates[goalID].status
|
||||
|
||||
setGoalState: (goalID, status) ->
|
||||
state = @goalStates[goalID]
|
||||
state.status = status
|
||||
|
|
Loading…
Reference in a new issue