mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
[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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user