Skip to content

Commit

Permalink
Remove "dynamic" description from HP+ gum (why the fuck is this even …
Browse files Browse the repository at this point in the history
…a thing) (#359)
  • Loading branch information
Ephemeralis authored Jan 18, 2025
1 parent 18e7605 commit de8fdc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/boxes/food_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,10 @@
custom_price = PAYCHECK_COMMAND * 3
custom_premium_price = PAYCHECK_COMMAND * 3

/obj/item/storage/box/gum/happiness/Initialize(mapload)
/*/obj/item/storage/box/gum/happiness/Initialize(mapload)
. = ..()
if (prob(25))
desc += " You can faintly make out the word 'Hemopagopril' was once scribbled on it."
desc += " You can faintly make out the word 'Hemopagopril' was once scribbled on it."*/

/obj/item/storage/box/gum/happiness/PopulateContents()
for(var/i in 1 to 4)
Expand Down

0 comments on commit de8fdc4

Please sign in to comment.