mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
Restricts random dirt spawning to plating tiles
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/turf/simulated
|
||||
can_start_dirty = FALSE // We have enough premapped dirt where needed
|
||||
|
||||
/turf/simulated/floor/plating
|
||||
can_start_dirty = TRUE // But let maints and decrepit areas have some randomness
|
||||
@@ -1295,6 +1295,7 @@
|
||||
#include "code\game\objects\structures\stool_bed_chair_nest\stools.dm"
|
||||
#include "code\game\objects\structures\stool_bed_chair_nest\wheelchair.dm"
|
||||
#include "code\game\turfs\simulated.dm"
|
||||
#include "code\game\turfs\simulated_vr.dm"
|
||||
#include "code\game\turfs\turf.dm"
|
||||
#include "code\game\turfs\turf_changing.dm"
|
||||
#include "code\game\turfs\turf_flick_animations.dm"
|
||||
|
||||
Reference in New Issue
Block a user