Simple flying element typecast thing (#69191)

* Simple flying now doesn't check for simplemob.
This commit is contained in:
tralezab
2022-08-14 23:12:04 -04:00
committed by GitHub
parent cf77fd39cf
commit a555c22bbe
+1 -1
View File
@@ -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)