mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
515 Compatibility (#19636)
* 515 compat * double spaces * Callback documentation, aa review * spacing * NAMEOF_STATIC * big beta
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
|
||||
/datum/status_effect/stacking/ground_pound/stacks_consumed_effect()
|
||||
flick("legion-smash", latest_attacker)
|
||||
addtimer(CALLBACK(latest_attacker, /mob/living/simple_animal/hostile/asteroid/big_legion/.proc/throw_mobs), 1 SECONDS)
|
||||
addtimer(CALLBACK(latest_attacker, TYPE_PROC_REF(/mob/living/simple_animal/hostile/asteroid/big_legion, throw_mobs)), 1 SECONDS)
|
||||
|
||||
/datum/status_effect/stacking/ground_pound/on_remove()
|
||||
latest_attacker = null
|
||||
|
||||
Reference in New Issue
Block a user