Skip to content

Commit

Permalink
Fixes surgery on groin being impossible
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerfulBacon committed Dec 17, 2023
1 parent bcacdae commit d1ba39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/mob_bodyzone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
// Disconnected or no result
if (!result || !client)
ASYNC_RETURN(null)
if (!(result in parts))
if (!(result in parts) && !(result in suboptions))
ASYNC_RETURN(null)
ASYNC_RETURN(result)

Expand Down

0 comments on commit d1ba39b

Please sign in to comment.