mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Simple flying element typecast thing (#69191)
* Simple flying now doesn't check for simplemob.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
UnregisterSignal(target, COMSIG_MOB_STATCHANGE)
|
||||
|
||||
///signal called by the stat of the target changing
|
||||
/datum/element/simple_flying/proc/on_stat_change(mob/living/simple_animal/target, new_stat)
|
||||
/datum/element/simple_flying/proc/on_stat_change(mob/living/target, new_stat)
|
||||
SIGNAL_HANDLER
|
||||
|
||||
if(new_stat == CONSCIOUS)
|
||||
|
||||
Reference in New Issue
Block a user