Skip to content

Commit

Permalink
Yautja surgery target zone change
Browse files Browse the repository at this point in the history
Changes it so that you do not have to target the chest to start medicomp surgery as a yautja. And the flag is needed for surgery in the head location.
  • Loading branch information
Awantje committed Jul 17, 2023
1 parent 823c9ce commit b628b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/cm_preds/yaut_mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
min_cold_protection_temperature = SPACE_HELMET_MIN_COLD_PROT
flags_armor_protection = BODY_FLAG_HEAD|BODY_FLAG_FACE|BODY_FLAG_EYES
flags_cold_protection = BODY_FLAG_HEAD
flags_inventory = COVEREYES|COVERMOUTH|NOPRESSUREDMAGE|ALLOWINTERNALS|ALLOWREBREATH|BLOCKGASEFFECT|BLOCKSHARPOBJ
flags_inventory = COVEREYES|COVERMOUTH|NOPRESSUREDMAGE|ALLOWINTERNALS|ALLOWREBREATH|BLOCKGASEFFECT
flags_inv_hide = HIDEEARS|HIDEEYES|HIDEFACE|HIDELOWHAIR
flags_item = ITEM_PREDATOR
filtered_gases = list("phoron", "sleeping_agent", "carbon_dioxide")
Expand Down
2 changes: 1 addition & 1 deletion code/modules/surgery/mcomp_tendwounds.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/datum/surgery/mcomp_wounds
name = "Tend Wounds"
possible_locs = list("chest")
possible_locs = DEFENSE_ZONES_LIVING //all hud aiming locations are suitable for yautja to target.
invasiveness = list(SURGERY_DEPTH_SURFACE)
required_surgery_skill = SKILL_SURGERY_TRAINED
var/required_trait = TRAIT_YAUTJA_TECH// Only predators can do this
Expand Down

0 comments on commit b628b7f

Please sign in to comment.