IPC ghetto oversight fix (#23794)

This commit is contained in:
PopGamer46
2024-01-21 21:30:24 +00:00
committed by GitHub
parent 47a1207b15
commit 939c09431e
2 changed files with 8 additions and 0 deletions
@@ -121,6 +121,10 @@
righthand_file = 'icons/mob/inhands/weapons_righthand.dmi'
var/bayonet = FALSE //Can this be attached to a gun?
/obj/item/kitchen/knife/Initialize(mapload)
. = ..()
AddComponent(/datum/component/surgery_initiator/robo)
/obj/item/kitchen/knife/suicide_act(mob/user)
user.visible_message(pick("<span class='suicide'>[user] is slitting [user.p_their()] wrists with [src]! It looks like [user.p_theyre()] trying to commit suicide.</span>", \
"<span class='suicide'>[user] is slitting [user.p_their()] throat with [src]! It looks like [user.p_theyre()] trying to commit suicide.</span>", \