Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var/datum/explosions/controller/the_controller = new
- New()
- ray = new
- ray.invisibility = 101
- ..()
- Start()
- Start()
- spawn(0) .()
- switch(state)
- if (IDLE)
- explosion_step = 1
- if (NEWDATA)
- SortData()
- state = EXPLOSION
- if (NEWEXPL)
- CalculateExplosions()
- if (EXPLOSION)
- DoExplosions()
- state = INPROCESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement