mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user