mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Radiation changes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user