Skip to content

Commit

Permalink
[MIRROR] [NO GBP]removes double parent call from my last pr (#2051)
Browse files Browse the repository at this point in the history
[NO GBP]removes double parent call from my last pr

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: kawaiinick <[email protected]>
Co-authored-by: Bloop <[email protected]>
Co-authored-by: Iajret <[email protected]>
  • Loading branch information
5 people authored Feb 20, 2024
1 parent d1f15ef commit 92e4282
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/objects/items/knives.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
user.apply_damage(5, BRUTE, BODY_ZONE_HEAD)
playsound(user, 'sound/weapons/slice.ogg', 50, TRUE)
user.visible_message(span_danger("[user] accidentally cuts [user.p_them()]self while pulling [src] out of [user.p_them()] teeth! What a doofus!"), span_userdanger("You accidentally cut your mouth with [src]!"))
. = ..()

/obj/item/knife/combat/equipped(mob/living/user, slot, initial = FALSE)
. = ..()
Expand Down

0 comments on commit 92e4282

Please sign in to comment.