From 18ce504f06feeaf6b7707008db5a909b626a5785 Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 24 Mar 2021 17:24:13 -0700 Subject: [PATCH] oh and this should not go up infinitely --- code/modules/antagonists/slaughter/slaughterevent.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/slaughter/slaughterevent.dm b/code/modules/antagonists/slaughter/slaughterevent.dm index 21286cec3f..c5fe37ec2e 100644 --- a/code/modules/antagonists/slaughter/slaughterevent.dm +++ b/code/modules/antagonists/slaughter/slaughterevent.dm @@ -9,6 +9,7 @@ /datum/round_event_control/slaughter/canSpawnEvent() var/t = /datum/round_event_control/slaughter + weight = initial(t.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))