mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Rewriting the mining turfs to reduce worldstart lag.
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
build_cost = 1
|
||||
build_type = "floor"
|
||||
build_turf = /turf/simulated/floor/airless
|
||||
else if(!deconstruct && istype(T,/turf/simulated/floor/asteroid))
|
||||
else if(!deconstruct && istype(T,/turf/simulated/mineral/floor))
|
||||
build_cost = 1
|
||||
build_type = "floor"
|
||||
build_turf = /turf/simulated/floor/plating
|
||||
|
||||
Reference in New Issue
Block a user