Skip to content

Commit

Permalink
Allows helmets to protect Synthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
QuickLode committed Mar 25, 2024
1 parent e3b08b9 commit af77957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/limbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ treat_grafted var tells it to apply to grafted but unsalved wounds, for burn kit
/obj/limb/head/limb_delimb(damage_source)
var/obj/item/clothing/head/helmet/owner_helmet = owner.head

if(!istype(owner_helmet) || !owner.allow_gun_usage)
if(!istype(owner_helmet))
droplimb(0, 0, damage_source)
return

Expand Down

0 comments on commit af77957

Please sign in to comment.