Skip to content

Commit

Permalink
Helmet garb and glasses are not garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 3, 2024
1 parent 89f7bf3 commit 463f99b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/items/props/helmetgarb.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
icon = 'icons/obj/items/helmet_garb.dmi'
icon_state = null
w_class = SIZE_TINY
garbage = TRUE

/obj/item/prop/helmetgarb/Initialize(mapload, ...)
. = ..()
Expand Down Expand Up @@ -102,7 +101,6 @@
desc = "USCM standard M2 Night vision goggles for military operations. Requires a battery in order to work"
icon_state = "nvg"
gender = PLURAL
garbage = TRUE
w_class = SIZE_MEDIUM

var/nvg_maxhealth = 125
Expand Down Expand Up @@ -457,7 +455,6 @@
name = "old M2 night vision goggles"
desc = "This pair has been gutted of all electronics and therefore not working. But hey, they make you feel tacticool, and that's all that matters, right?"
shape = NVG_SHAPE_COSMETIC
garbage = TRUE

/obj/item/prop/helmetgarb/helmet_nvg/marsoc //for Marine Raiders
name = "\improper Tactical M3 night vision goggles"
Expand Down
1 change: 0 additions & 1 deletion code/modules/clothing/glasses/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@

var/datum/action/item_action/activation
var/obj/item/attached_item
garbage = TRUE

/obj/item/clothing/glasses/mgoggles/prescription
name = "prescription marine ballistic goggles"
Expand Down

0 comments on commit 463f99b

Please sign in to comment.