why did i do it that way?
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
min_players = 20
|
||||
|
||||
/datum/round_event_control/slaughter/canSpawnEvent()
|
||||
var/t = /datum/round_event_control/slaughter
|
||||
weight = initial(t.weight)
|
||||
weight = initial(src.weight)
|
||||
var/list/allowed_turf_typecache = typecacheof(/turf/open) - typecacheof(/turf/open/space)
|
||||
var/list/allowed_z_cache = list()
|
||||
for(var/z in SSmapping.levels_by_trait(ZTRAIT_STATION))
|
||||
|
||||
Reference in New Issue
Block a user