Speeds up init by ignoring contrib guidelines (#16217)

This commit is contained in:
Wildkins
2023-04-19 20:57:56 +00:00
committed by GitHub
parent 5cbd5dcc5a
commit c8d4ef3b97
19 changed files with 35 additions and 35 deletions
-6
View File
@@ -69,8 +69,6 @@ var/list/mineral_can_smooth_with = list(
initialized = TRUE
turfs += src
if(isStationLevel(z))
station_turfs += src
@@ -198,8 +196,6 @@ var/list/mineral_can_smooth_with = list(
initialized = TRUE
turfs += src
if(isStationLevel(z))
station_turfs += src
@@ -658,8 +654,6 @@ var/list/asteroid_floor_smooth = list(
base_desc = desc
base_name = name
turfs += src
if(isStationLevel(z))
station_turfs += src