Skip to content

Commit

Permalink
Reduces the amount of banana peels from trash piles (#4888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy authored Jan 16, 2025
1 parent 917338e commit 31ade5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/_globalvars/lists/maintenance_loot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ GLOBAL_LIST_INIT(trash_loot, list(//junk: useless, very easy to get, or ghetto c

// monkestation addition: just trash_loot with a chance of banana peels
GLOBAL_LIST_INIT(trash_pile_loot, list(
GLOB.trash_loot = 150,
/obj/item/grown/bananapeel = 20,
/obj/item/grown/bananapeel/bluespace = 1, // I am SO going to regret this later ~Lucy
GLOB.trash_loot = 500,
/obj/item/grown/bananapeel = 10,
/obj/item/grown/bananapeel/bluespace = 0.1, // I am SO going to regret this later ~Lucy
))
// monkestation end

Expand Down

0 comments on commit 31ade5e

Please sign in to comment.