mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #54423 from Jared-Fogle/ai-flip
AIs can now flip again
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
key_third_person = "flips"
|
||||
hands_use_check = TRUE
|
||||
mob_type_allowed_typecache = list(/mob/living, /mob/dead/observer)
|
||||
mob_type_ignore_stat_typecache = list(/mob/dead/observer)
|
||||
mob_type_ignore_stat_typecache = list(/mob/dead/observer, /mob/living/silicon/ai)
|
||||
|
||||
/datum/emote/flip/run_emote(mob/user, params , type_override, intentional)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user