mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 03:02:38 +00:00
Create repair.dm
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/place(turf/T)
|
/datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/place(turf/T)
|
||||||
if(isclosedturf(T) && !ignore_wall)
|
if(isclosedturf(T) && !ignore_wall)
|
||||||
return FALSE
|
return FALSE
|
||||||
return TRUE
|
return ..()
|
||||||
|
|
||||||
/datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/flatten
|
/datum/mapGeneratorModule/bottomLayer/repairFloorPlasteel/flatten
|
||||||
ignore_wall = TRUE
|
ignore_wall = TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user