mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
if(explosion_severity < 3)
|
||||
qdel(holder)
|
||||
else
|
||||
addtimer(CALLBACK(holder, /obj/structure/spacevine.proc/wither), 5)
|
||||
addtimer(CALLBACK(holder, TYPE_PROC_REF(/obj/structure/spacevine, wither)), 5)
|
||||
return TRUE
|
||||
|
||||
/datum/spacevine_mutation/explosive/on_death(obj/structure/spacevine/holder, mob/hitter, obj/item/I)
|
||||
|
||||
Reference in New Issue
Block a user