Fixing Xenomorph lifecycle + changes

Time to get swifty.
This commit is contained in:
Sym
2020-08-28 12:29:06 -04:00
parent 9fa71e83c8
commit 20bcadbec6
25 changed files with 204 additions and 595 deletions

View File

@@ -229,7 +229,7 @@ var/list/gamemode_cache = list()
// 15, 45, 70 minutes respectively
var/static/list/event_delay_upper = list(EVENT_LEVEL_MUNDANE = 9000, EVENT_LEVEL_MODERATE = 27000, EVENT_LEVEL_MAJOR = 42000)
var/static/aliens_allowed = 0
var/static/aliens_allowed = 1 //This not only allows the natural spawning of xenos, but also the ability to lay eggs. Xenomorphs cannot lay eggs if this is 0
var/static/ninjas_allowed = 0
var/static/abandon_allowed = 1
var/static/ooc_allowed = 1