Fixes few phobias not being scared of mobs. (#76659)

## About The Pull Request
Closes https://github.com/tgstation/tgstation/issues/76645
## Why It's Good For The Game
More reasons to ghost
## Changelog
🆑
fix: snakes, security, spiders and skeletons phobias now properly react
on mobs
/🆑
This commit is contained in:
Helg2
2023-07-10 10:40:06 +02:00
committed by GitHub
parent 92c2a8d6fb
commit ddac8ac668
+1 -1
View File
@@ -78,11 +78,11 @@ GLOBAL_LIST_INIT(phobia_mobs, list(
/mob/living/silicon/robot,
/mob/living/simple_animal/bot,
/mob/living/simple_animal/drone,
)),
"security" = typecacheof(list(/mob/living/simple_animal/bot/secbot)),
"spiders" = typecacheof(list(/mob/living/basic/giant_spider)),
"skeletons" = typecacheof(list(/mob/living/simple_animal/hostile/skeleton)),
"snakes" = typecacheof(list(/mob/living/simple_animal/hostile/retaliate/snake)),
)),
"the supernatural" = typecacheof(list(
/mob/dead/observer,
/mob/living/simple_animal/bot/mulebot/paranormal,