Ghost poltergeist starts off on cooldown
This commit is contained in:
clusterfack
2016-01-29 05:01:05 -06:00
parent f196e9c870
commit 7d4ff8c54f

View File

@@ -26,7 +26,7 @@
var/can_reenter_corpse
var/datum/hud/living/carbon/hud = null // hud
var/bootime = 0
var/next_poltergeist = 0
var/next_poltergeist = POLTERGEIST_COOLDOWN // FUCK OFF GHOSTS
var/started_as_observer //This variable is set to 1 when you enter the game as an observer.
//If you died in the game and are a ghsot - this will remain as null.
//Note that this is not a reliable way to determine if admins started as observers, since they change mobs a lot.