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:
@@ -36,7 +36,7 @@
|
||||
setUniqueSpeciesSprite()
|
||||
..(S, user)
|
||||
|
||||
/obj/item/clothing/accessory/choker/dropped(mob/user)
|
||||
/obj/item/clothing/accessory/choker/dropped(mob/user, equipping, slot)
|
||||
..()
|
||||
icon_override = icon_previous_override
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
setUniqueSpeciesSprite()
|
||||
..(S, user)
|
||||
|
||||
/obj/item/clothing/accessory/collar/dropped(mob/user)
|
||||
/obj/item/clothing/accessory/collar/dropped(mob/user, equipping, slot)
|
||||
..()
|
||||
icon_override = icon_previous_override
|
||||
|
||||
|
||||
@@ -202,7 +202,7 @@
|
||||
icon_override = 'icons/inventory/accessory/mob.dmi'
|
||||
update_clothing_icon()
|
||||
|
||||
/obj/item/clothing/accessory/poncho/dropped(mob/user) //Resets the override to prevent the wrong .dmi from being used because equipped only triggers when wearing ponchos as suits.
|
||||
/obj/item/clothing/accessory/poncho/dropped(mob/user, equipping, slot) //Resets the override to prevent the wrong .dmi from being used because equipped only triggers when wearing ponchos as suits.
|
||||
..()
|
||||
icon_override = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user