[MDB IGNORE] Reinforced floor tiling (#31366)

* Reinforced floor tiling

* Floor tile consistency stuff

* Nicer overlay

Co-authored-by: kanef <kanef9x@protonmail.com>
This commit is contained in:
kane-f
2021-11-24 17:04:20 +00:00
committed by GitHub
parent f1a8915336
commit 6809a08482
18 changed files with 162 additions and 82 deletions

View File

@@ -565,7 +565,7 @@ var/list/icon_state_to_appearance = list()
var/obj/item/stack/rods/R = new(src)
R.amount = rand(5,25)
if(2)
var/obj/item/stack/tile/plasteel/R = new(src)
var/obj/item/stack/tile/metal/R = new(src)
R.amount = rand(1,5)
if(3)
var/obj/item/stack/sheet/metal/M = new /obj/item/stack/sheet/metal((src))