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:
kane-f
2021-08-11 21:19:06 +01:00
committed by GitHub
parent 6871586c96
commit da528063d7
84 changed files with 260 additions and 276 deletions

View File

@@ -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)