mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
RFD-C's Can Now Build Flooring on Open Space (#12456)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user