Skip to content

Commit

Permalink
SG Armor Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-023 committed Sep 21, 2024
1 parent 468629a commit 3c0f38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/gun_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ DEFINES in setup.dm, referenced here.
/obj/item/weapon/gun/proc/retrieval_check(mob/living/carbon/human/user, retrieval_slot)
if(retrieval_slot == WEAR_J_STORE)
var/obj/item/suit = user.wear_suit
if(!istype(suit, /obj/item/clothing/suit/storage/marine))
if(!istype(suit, /obj/item/clothing/suit/marine))
return FALSE
return TRUE

Expand Down

0 comments on commit 3c0f38c

Please sign in to comment.