mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Refactors effect/effect into effect (#30138)
* Refactors /obj/effect/effect into /obj/effect * Fixes these * And these * And these * Fixes stuff not being clickable * Fixes .dme real quick * Removes now-redundant vars * This too Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
@@ -286,7 +286,7 @@
|
||||
/obj/structure/closet/crate/secure/anti_tamper/Destroy()
|
||||
if(locked)
|
||||
visible_message("<span class = 'warning'>Something bursts open from within \the [src]!</span>")
|
||||
var/datum/effect/effect/system/smoke_spread/chem/S = new //Surprise!
|
||||
var/datum/effect/system/smoke_spread/chem/S = new //Surprise!
|
||||
S.attach(get_turf(src))
|
||||
S.chemholder.reagents.add_reagent(CAPSAICIN, 40)
|
||||
S.chemholder.reagents.add_reagent(CONDENSEDCAPSAICIN, 16)
|
||||
|
||||
Reference in New Issue
Block a user