Skip to content

Commit

Permalink
Lets people who take berserker's rights use sutures (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus D. Johnston <[email protected]>
  • Loading branch information
xPokee and Aurrain authored May 29, 2024
1 parent aa64080 commit bc625d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/traits/good.dm
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ GLOBAL_LIST_INIT(bone_dancer_recipes, list(

/datum/quirk/thickskin
name = "Thick Skin"
desc = "You just don't get splinters, or shrapnel for that matter. BROKEN AS OF 2/9/23, TAKE LICK HEALING TO CLOSE WOUNDS."
desc = "You just don't get splinters, or shrapnel for that matter."
value = 3
mob_trait = TRAIT_PIERCEIMMUNE
gain_text = span_notice("Your skin feels way stronger.")
Expand Down
2 changes: 1 addition & 1 deletion code/game/objects/items/stacks/medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
if(is_healing)
user.show_message(span_alert("You're already doing something with this!"))
return
if(!user.can_inject(C, TRUE))
if(!user.can_inject(C, TRUE, bypass_immunity = TRUE)) //We bypass immunity for people with berserker's rights -Pokee
return

var/list/output_list = pick_a_bodypart(C, user)
Expand Down

0 comments on commit bc625d7

Please sign in to comment.