mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
should call parent
This commit is contained in:
@@ -2284,6 +2284,7 @@ Departamental Swimsuits, for general use
|
||||
update_clothing_icon()
|
||||
|
||||
/obj/item/clothing/accessory/poncho/roles/cloak/fluff/cloakglowing/dropped(mob/user)
|
||||
..()
|
||||
icon_override = 'icons/vore/custom_onmob_vr.dmi'
|
||||
|
||||
/obj/item/clothing/accessory/poncho/roles/cloak/fluff/cloakglowing/proc/colorswap(mob/user)
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
var/held = held_mob
|
||||
dump_mob()
|
||||
held_mob = held
|
||||
..()
|
||||
|
||||
/obj/item/holder/attack_hand(mob/living/user as mob) //straight up just copypasted from objects/items.dm with a few things changed (doesn't called dropped unless +actually dropped+)
|
||||
if (!user) return
|
||||
|
||||
Reference in New Issue
Block a user