mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fix multiple bugs with catwalks.
* Fixes catwalks not having space underneath them * Fixes not being able to build catwalks * Catwalks destructible with screwdriver * Catwalks autoupdate icons with neighbors Conflicts: code/game/turfs/simulated/floor.dm code/game/turfs/simulated/floor_types.dm html/changelog.html
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
/obj/structure/lattice/attackby(obj/item/C as obj, mob/user as mob)
|
||||
|
||||
if (istype(C, /obj/item/stack/tile/plasteel))
|
||||
if (istype(C, /obj/item/stack/tile/plasteel) || istype(C, /obj/item/stack/rods))
|
||||
var/turf/T = get_turf(src)
|
||||
T.attackby(C, user) //BubbleWrap - hand this off to the underlying turf instead
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user