mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Update singularity.dm (#9439)
This commit is contained in:
@@ -445,10 +445,10 @@ GLOBAL_LIST_BOILERPLATE(all_singularities, /obj/singularity)
|
|||||||
/obj/singularity/proc/smwave()
|
/obj/singularity/proc/smwave()
|
||||||
for(var/mob/living/M in view(10, src.loc))
|
for(var/mob/living/M in view(10, src.loc))
|
||||||
if(prob(67))
|
if(prob(67))
|
||||||
to_chat(M, span_warning("You hear an uneartly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
|
to_chat(M, span_warning("You hear an unearthly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
|
||||||
to_chat(M, span_notice("Miraculously, it fails to kill you."))
|
to_chat(M, span_notice("Miraculously, it fails to kill you."))
|
||||||
else
|
else
|
||||||
to_chat(M, span_danger("You hear an uneartly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
|
to_chat(M, span_danger("You hear an unearthly ringing, then what sounds like a shrilling kettle as you are washed with a wave of heat."))
|
||||||
to_chat(M, span_danger("You don't even have a moment to react as you are reduced to ashes by the intense radiation."))
|
to_chat(M, span_danger("You don't even have a moment to react as you are reduced to ashes by the intense radiation."))
|
||||||
M.dust()
|
M.dust()
|
||||||
SSradiation.radiate(src, rand(energy))
|
SSradiation.radiate(src, rand(energy))
|
||||||
|
|||||||
Reference in New Issue
Block a user