TG: Blob ending number of blobs is now a var.

The nuke now properly checks to see if its on the station when it explodes and
most of the derp var has been removed from the bomb code. r2913
This commit is contained in:
Ren Erthilo
2012-04-09 12:54:15 +01:00
parent eee2057453
commit c8fca21dab
4 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -1001,7 +1001,7 @@ note dizziness decrements automatically in the mob's Life() proc.
if(ticker)
switch(ticker.mode.name)
if("nuclear emergency")
if (!derp) boom.icon_state = "loss_nuke"
if(!derp) boom.icon_state = "loss_nuke"
else boom.icon_state = "loss_nuke2"
if("malfunction")
boom.icon_state = "loss_malf"