RFD-C's Can Now Build Flooring on Open Space (#12456)

This commit is contained in:
WickedCybs
2021-09-07 12:11:53 +02:00
committed by GitHub
parent af05c53192
commit 06bd0671ab
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -211,6 +211,10 @@ RFD Construction-Class
build_cost = 1
build_type = "floor"
build_atom = /turf/simulated/floor/airless
else if(istype(T, /turf/simulated/open))
build_cost = 1
build_type = "floor"
build_atom = /turf/simulated/floor/airless
else if(istype(T, /turf/simulated/floor))
build_delay = 20
build_cost = 3