[MIRROR] Open space turfs now trigger the "falling" phobia (#7280)

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

* Open space turfs now trigger the "falling" phobia

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-01 11:41:25 +01:00
committed by GitHub
co-authored by Ghom
parent 50f7ff512e
commit 5c705d4ba7
+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)),