mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -22,12 +22,13 @@
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
. = ..()
|
||||
|
||||
/obj/item/deadringer/dropped(mob/user)
|
||||
/obj/item/deadringer/dropped(mob/user, equipping, slot)
|
||||
if(equipping)
|
||||
return ..() //Don't break cloak if we're being put in a pocket.
|
||||
..()
|
||||
if(timer > 20)
|
||||
reveal()
|
||||
watchowner = null
|
||||
return
|
||||
|
||||
/obj/item/deadringer/attack_self(mob/user)
|
||||
. = ..(user)
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
. = ..()
|
||||
update_icon()
|
||||
|
||||
/obj/item/telecube/dropped(mob/user)
|
||||
/obj/item/telecube/dropped(mob/user, equipping, slot)
|
||||
. = ..()
|
||||
update_icon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user