Merge pull request #505 from ArchieBeepBoop/zlevel

Ports Citadel Multi-Z Level fixes
This commit is contained in:
QuoteFox
2020-09-26 23:11:47 +01:00
committed by GitHub
53 changed files with 11408 additions and 155 deletions
@@ -17,6 +17,7 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
see_in_dark = 100
invisibility = INVISIBILITY_OBSERVER
hud_type = /datum/hud/ghost
movement_type = GROUND | FLYING
var/can_reenter_corpse
var/can_reenter_round = TRUE
var/datum/hud/living/carbon/hud = null // hud
@@ -0,0 +1,2 @@
/mob/dead/observer/canZMove(direction, turf/target)
return TRUE