mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Merge pull request #13848 from Cameron653/medical_tweak
Medical tweaks and Medical Malpractice
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user