mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 18:13:11 +00:00
Adds floor tiles to Construction Module
This commit is contained in:
@@ -335,6 +335,10 @@ var/global/list/robot_modules = list(
|
||||
R.synths = list(metal)
|
||||
src.modules += R
|
||||
|
||||
var/obj/item/stack/tile/floor/cyborg/F = new /obj/item/stack/tile/floor/cyborg(src)
|
||||
F.synths = list(metal)
|
||||
src.modules += F
|
||||
|
||||
var/obj/item/stack/material/cyborg/plasteel/S = new (src)
|
||||
S.synths = list(plasteel)
|
||||
src.modules += S
|
||||
|
||||
Reference in New Issue
Block a user