diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index 29fec512a38..7d9c7e55209 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -1650,6 +1650,11 @@ attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") sharp = 1 +/obj/item/weapon/scalpel/stabslash + name = "\proper Stabslash The Pains of Healing" + desc = "All craftsmanship is of highest quality. On it is image of doctor and patient. Doctor is panicing. Patien is asleep." + icon_state = "stabslash" + /obj/item/weapon/retractor name = "retractor" desc = "Retracts stuff." diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index 4a093d06abc..2cabb9bfd58 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ