Open space turfs now trigger the "falling" phobia (#60575)

This commit is contained in:
Ghom
2021-07-31 22:13:58 -03:00
committed by GitHub
parent 8861b6fa25
commit c9d972534d
+1 -1
View File
@@ -190,7 +190,7 @@ SUBSYSTEM_DEF(traumas)
"aliens" = typecacheof(list(/turf/open/floor/plating/abductor, /turf/open/floor/plating/abductor2,
/turf/open/floor/mineral/abductor, /turf/closed/wall/mineral/abductor
)),
"falling" = typecacheof(list(/turf/open/chasm, /turf/open/floor/fakepit))
"falling" = typecacheof(list(/turf/open/chasm, /turf/open/floor/fakepit, /turf/open/openspace))
)
phobia_species = list("lizards" = typecacheof(list(/datum/species/lizard)),