Fixed crashing master_controller() process when mob suddenly gets deleted during his Life().

Girder now have ex_act(), so it will not be indestructible anymore.
Max amount of steel floor tiles in one stack was set to 60 (was 10). If you made too much of tiles you can put undue ones into autolathe.
Fixed uncompilable line left by bizarre.babel in r939. Other her derp she should fix herself because I am mad >:[


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@940 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-02-02 18:56:03 +00:00
parent 57dc9a25e9
commit 0af3ebe054
4 changed files with 23 additions and 4 deletions

View File

@@ -59,7 +59,7 @@
if(istype(G))
// var/datum/effects/system/spark_spread/s = new /datum/effects/system/spark_spread
// s.set_up(3, 1, src)
s.start()
// s.start()
// if (prob(80+(G.siemens_coefficient*100)) && electrocute_mob(user, src, src))
// return 1
if(charge < 1000)