Merge pull request #13848 from Cameron653/medical_tweak

Medical tweaks and Medical Malpractice
This commit is contained in:
Casey
2022-10-09 22:58:12 -04:00
committed by GitHub
18 changed files with 589 additions and 174 deletions
@@ -134,8 +134,8 @@
force = 7.5
/obj/item/weapon/surgical/scalpel/ripper
name = "organ pincers"
desc = "A horrifying bladed tool with a large metal spike in its center. The tool is used for rapidly removing organs from hopefully willing patients."
name = "jagged scalpel"
desc = "A horrifying bladed tool with a large metal spike in its center. The tool is used for rapidly removing organs or medical malpractice."
icon_state = "organ_ripper"
item_state = "bone_setter"
force = 15.0
@@ -92,6 +92,8 @@
if(S.robo_repair(15, BRUTE, "some dents", src, user))
remove_fuel(1, user)
return 1
else
return 1 //Stops you from accidentally harming someone while on help intent.
return ..()