Skip to content

Commit

Permalink
copy paste moment
Browse files Browse the repository at this point in the history
  • Loading branch information
TooFewSecrets authored Dec 3, 2024
1 parent e7099da commit f63038b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/bodyparts/bodypart_wounds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
attempted_wounds +=/datum/wound/fracture/head/nose
else
attempted_wounds += /datum/wound/facial/disfigurement/nose
else if(!zone_precise in knockout_zones)
else if(!(zone_precise in knockout_zones))
attempted_wounds += /datum/wound/fracture/head/brain

for(var/wound_type in shuffle(attempted_wounds))
Expand Down

0 comments on commit f63038b

Please sign in to comment.