Skip to content

Commit

Permalink
Update surgery_step.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Aug 10, 2024
1 parent 67a31dc commit 1a09ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/surgery_step.dm
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
if(!prob(final_ouchie_chance))
return
. = TRUE
user.visible_message(span_boldwarning([target] flinches, bumping [user]'s [tool ? tool.name : "hand"] into something important!"), span_boldwarning("[target] flinches, bumping your [tool ? tool.name : "hand"] into something important!"))
user.visible_message(span_boldwarning("[target] flinches, bumping [user]'s [tool ? tool.name : "hand"] into something important!"), span_boldwarning("[target] flinches, bumping your [tool ? tool.name : "hand"] into something important!"))
target.apply_damage(fuckup_damage, fuckup_damage_type, target_zone)
if(istype(target) && fuckup_damage_type == BRUTE)
var/obj/item/bodypart/BP = target.get_bodypart(check_zone(surgery.location))
Expand Down

0 comments on commit 1a09ccd

Please sign in to comment.