mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
And also floor tiles.
This commit is contained in:
@@ -331,7 +331,8 @@
|
||||
|| istype(AM,/obj/structure/disposalconstruct) \
|
||||
|| istype(AM,/obj/item/stack/cable_coil) \
|
||||
|| istype(AM,/obj/item/stack/rods) \
|
||||
|| istype(AM,/obj/item/stack/sheet))
|
||||
|| istype(AM,/obj/item/stack/sheet) \
|
||||
|| istype(AM,/obj/item/stack/tile))
|
||||
..()
|
||||
else if(istype(AM,/obj/item))
|
||||
var/obj/item/O = AM
|
||||
|
||||
Reference in New Issue
Block a user