Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 1a607d1

Browse files
committed
Update stealth.dm
1 parent 5017c1b commit 1a607d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/datums/martial/stealth.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
//------------------------------Hidden knife------------------------------------//
7979
//////////////////////////////////////////////////////////////////////////////////
8080
/datum/martial_art/liquidator/proc/hidden_knife(mob/living/carbon/human/A, mob/living/carbon/human/D)
81-
var/selected_zone = D.get_bodypart(A.zone_selected) ? A.zone_selected || BODY_ZONE_CHEST //check if the zone exists, if not, default to chest
81+
var/selected_zone = D.get_bodypart(A.zone_selected) ? A.zone_selected : BODY_ZONE_CHEST //check if the zone exists, if not, default to chest
8282

8383
var/armor_block = D.run_armor_check(selected_zone, MELEE, armour_penetration = 40)
8484
D.apply_damage(A.get_punchdamagehigh() * 4, BRUTE, selected_zone, armor_block, sharpness = SHARP_EDGED) //28 damage by default

0 commit comments

Comments
 (0)