mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] Staticpath [MDB ignore] (#12445)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
cc106f8032
commit
ba5224fbcb
@@ -37,7 +37,7 @@
|
||||
H.add_overlay(effect_overlay)
|
||||
if(spells.len)
|
||||
for(var/thing in spells)
|
||||
var/spell/SP = new thing(H)
|
||||
var/datum/spell/SP = new thing(H)
|
||||
H.add_spell(SP)
|
||||
remove_spells += SP
|
||||
if(slowdown_to_set != 0)
|
||||
@@ -55,7 +55,7 @@
|
||||
if(effect_icon)
|
||||
H.cut_overlay(effect_overlay)
|
||||
if(remove_spells.len)
|
||||
for(var/spell/SP in remove_spells)
|
||||
for(var/datum/spell/SP in remove_spells)
|
||||
H.remove_spell(SP)
|
||||
qdel(SP)
|
||||
if(slowdown_to_set != 0)
|
||||
|
||||
Reference in New Issue
Block a user