why did i do it that way?

This commit is contained in:
Putnam
2021-03-24 18:25:12 -07:00
parent 18ce504f06
commit 7190ef5d62

View File

@@ -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))