This commit is contained in:
tacoguy7765093
2024-04-25 09:34:49 -05:00
committed by GitHub
parent 2225c33c40
commit 9de4c982da

View File

@@ -1067,7 +1067,8 @@ var/global/list/SPECIALS = list(
/turf/unsimulated/wall/planetary,
/area/submap/virgo2,
/area/submap/event,
/area/submap/casino_event
/area/submap/casino_event,
/area/vr //CHOMPedit
// /area/derelict //commented out, all hail derelict-rebuilders!
)
@@ -1089,5 +1090,6 @@ var/global/list/area_or_turf_fail_types = typecacheof(list(
/turf/unsimulated/wall/planetary,
/area/submap/virgo2,
/area/submap/event,
/area/submap/casino_event
/area/submap/casino_event,
/area/vr //CHOMPedit
))