Skip to content

Commit

Permalink
FixFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Oct 25, 2023
1 parent c77de49 commit 2352e8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/objects/effects/spawners/random.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@
icon_state = "loot_goggles"

/obj/effect/spawner/random/goggles/item_to_spawn()
return pick(prob(4);/obj/item/clothing/glasses/thermal/monocle,\
prob(4);/obj/item/clothing/glasses/thermal/eyepatch,\
prob(4);/obj/item/clothing/glasses/welding/superior,\
return pick(prob(4);/obj/item/clothing/glasses/welding/superior,\
prob(4);/obj/item/clothing/glasses/hud/security/jensenshades,\
prob(4);/obj/item/clothing/glasses/meson/refurbished,\
prob(4);/obj/item/clothing/glasses/science,\
Expand Down

0 comments on commit 2352e8e

Please sign in to comment.