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.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2913 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2012-01-04 13:34:45 +00:00
parent 18bbdaf697
commit 14ed4d5174
4 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -937,7 +937,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"