Removed some logs.
This commit is contained in:
parent
6bc3924af0
commit
84e268a88c
2 changed files with 0 additions and 2 deletions
app/lib
|
@ -18,7 +18,6 @@ module.exports = class God
|
||||||
@angels = []
|
@angels = []
|
||||||
@firstWorld = true
|
@firstWorld = true
|
||||||
Backbone.Mediator.subscribe 'tome:cast-spells', @onTomeCast, @
|
Backbone.Mediator.subscribe 'tome:cast-spells', @onTomeCast, @
|
||||||
console.log @id, "initialized with world", @world.id
|
|
||||||
|
|
||||||
onTomeCast: (e) ->
|
onTomeCast: (e) ->
|
||||||
return if @dead
|
return if @dead
|
||||||
|
|
|
@ -28,7 +28,6 @@ module.exports = class World
|
||||||
@scriptNotes = []
|
@scriptNotes = []
|
||||||
@rand = new Rand 0
|
@rand = new Rand 0
|
||||||
@frames = [new WorldFrame(@, 0)]
|
@frames = [new WorldFrame(@, 0)]
|
||||||
@id = Math.random()
|
|
||||||
age: 0
|
age: 0
|
||||||
ended: false
|
ended: false
|
||||||
|
|
||||||
|
|
Reference in a new issue