makes a bunch of lists that use typecacheof() static. doesnt find out why its overtiming at all but what the hell it helps (#60147)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Kylerace
2021-07-12 14:08:46 -07:00
committed by GitHub
parent 2620fb85ed
commit 5d6e93510f
15 changed files with 70 additions and 75 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
/datum/map_template/shelter
var/shelter_id
var/description
var/blacklisted_turfs
var/whitelisted_turfs
var/banned_areas
var/banned_objects
var/list/blacklisted_turfs
var/list/whitelisted_turfs
var/list/banned_areas
var/list/banned_objects
/datum/map_template/shelter/New()
. = ..()