mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -66,7 +66,7 @@ Buildable meters
|
||||
if(make_from.mirrored)
|
||||
do_a_flip()
|
||||
|
||||
/obj/item/pipe/dropped(mob/user)
|
||||
/obj/item/pipe/dropped(mob/user, equipping, slot)
|
||||
if(loc)
|
||||
setPipingLayer(piping_layer)
|
||||
return ..()
|
||||
@@ -271,7 +271,7 @@ Buildable meters
|
||||
to_chat(user, span_notice("You fasten the meter to the pipe."))
|
||||
qdel(src)
|
||||
|
||||
/obj/item/pipe_meter/dropped(mob/user)
|
||||
/obj/item/pipe_meter/dropped(mob/user, equipping, slot)
|
||||
. = ..()
|
||||
if(loc)
|
||||
setAttachLayer(piping_layer)
|
||||
|
||||
Reference in New Issue
Block a user