Radiation changes

This commit is contained in:
Xhuis
2015-09-26 13:33:27 -04:00
parent 7b4ae601f5
commit 5f99b313cc
22 changed files with 63 additions and 45 deletions
+1 -2
View File
@@ -169,8 +169,7 @@
if(!active)
if(world.time > last_event+15)
active = 1
for(var/mob/living/L in range(3,src))
L.irradiate(4)
radiation_pulse(get_turf(src), 0, 3, 15, 1)
for(var/turf/simulated/wall/mineral/uranium/T in orange(1,src))
T.radiate()
last_event = world.time
+1 -2
View File
@@ -176,8 +176,7 @@
if(!active)
if(world.time > last_event+15)
active = 1
for(var/mob/living/L in range(3,src))
L.irradiate(12)
radiation_pulse(get_turf(src), 3, 3, 12, 0)
last_event = world.time
active = null
return