mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
A Tale of Blobs and Man
This commit is contained in:
@@ -238,6 +238,15 @@ steam.start() -- spawns the effect
|
||||
if(prob(25))
|
||||
L.emote("cough")
|
||||
|
||||
/obj/effect/effect/smoke/bad/noxious
|
||||
opacity = 0
|
||||
|
||||
/obj/effect/effect/smoke/bad/noxious/affect(var/mob/living/L)
|
||||
if (!..())
|
||||
return 0
|
||||
if(L.needs_to_breathe())
|
||||
L.adjustToxLoss(1)
|
||||
|
||||
/* Not feasile until a later date
|
||||
/obj/effect/effect/smoke/bad/Crossed(atom/movable/M as mob|obj)
|
||||
..()
|
||||
@@ -369,6 +378,9 @@ steam.start() -- spawns the effect
|
||||
/datum/effect/effect/system/smoke_spread/bad
|
||||
smoke_type = /obj/effect/effect/smoke/bad
|
||||
|
||||
/datum/effect/effect/system/smoke_spread/noxious
|
||||
smoke_type = /obj/effect/effect/smoke/bad/noxious
|
||||
|
||||
/datum/effect/effect/system/smoke_spread/fire
|
||||
smoke_type = /obj/effect/effect/smoke/elemental/fire
|
||||
|
||||
|
||||
Reference in New Issue
Block a user