Skip to content

Commit

Permalink
AAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Aug 19, 2024
1 parent 29b2081 commit 0d45f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/clothing/suits/marine_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@

/obj/item/clothing/suit/storage/marine/Destroy()
QDEL_NULL(light_holder)
QDEL_NULL(pockets) //add this line
QDEL_NULL(pockets)
return ..()

/obj/item/clothing/suit/storage/marine/update_icon(mob/user)
var/image/I
armor_overlays["lamp"] = null
Expand Down

0 comments on commit 0d45f4f

Please sign in to comment.