mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
dropping dusters works right (#24330)
This commit is contained in:
@@ -29,9 +29,13 @@
|
||||
to_chat(user, "You relax your grip on [src].")
|
||||
flags &= ~(NODROP | ABSTRACT)
|
||||
|
||||
/obj/item/melee/knuckleduster/dropped(mob/user, silent)
|
||||
. = ..()
|
||||
gripped = FALSE
|
||||
flags &= ~(NODROP | ABSTRACT)
|
||||
|
||||
/obj/item/melee/knuckleduster/attack/(mob/living/user)
|
||||
hitsound = pick('sound/weapons/punch1.ogg', 'sound/weapons/punch2.ogg', 'sound/weapons/punch3.ogg',
|
||||
'sound/weapons/punch4.ogg')
|
||||
hitsound = pick('sound/weapons/punch1.ogg', 'sound/weapons/punch2.ogg', 'sound/weapons/punch3.ogg', 'sound/weapons/punch4.ogg')
|
||||
return ..()
|
||||
|
||||
/obj/item/melee/knuckleduster/attack(mob/living/target, mob/living/user)
|
||||
|
||||
Reference in New Issue
Block a user