mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
use SIGNAL_HANDLER REEEEEE (#59242)
makes as many procs as i can find use the SIGNAL_HANDLER define which i assumed they all already did
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
|
||||
/// If we're a cyborg or animal and we spin, we yeet whoever's on us off us
|
||||
/datum/component/riding/creature/proc/check_emote(mob/living/user, datum/emote/emote)
|
||||
SIGNAL_HANDLER
|
||||
if((!iscyborg(user) && !isanimal(user)) || !istype(emote, /datum/emote/spin))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user