mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-09 15:15:34 +01:00
99 bottles of beer on the wall... (#76274)
## About The Pull Request Adds in new, shiny, beer bottle sprites that look more like bottles than what was previously available. Also adds in a new Two-Time root beer bottle sprite cause it never existed to begin with. As well as a brand new Carp Lite bottle.  ## Why It's Good For The Game Better looking sprites. Simple as that. Also fixes a missing sprite and adds a different sprite for a variation to beer. ## Changelog 🆑 image: Added new Space Beer sprite image: Added new Carp Lite sprite image: Added new Ale Bottle sprite image: Added new Two-Time Root Beer sprite /🆑
This commit is contained in:
@@ -216,11 +216,13 @@
|
||||
/obj/item/reagent_containers/cup/glass/bottle/beer/light
|
||||
name = "Carp Lite"
|
||||
desc = "Brewed with \"Pure Ice Asteroid Spring Water\"."
|
||||
icon_state = "litebeer"
|
||||
list_reagents = list(/datum/reagent/consumable/ethanol/beer/light = 30)
|
||||
|
||||
/obj/item/reagent_containers/cup/glass/bottle/rootbeer
|
||||
name = "Two-Time root beer"
|
||||
desc = "A popular, old-fashioned brand of root beer, known for its extremely sugary formula. Might make you want a nap afterwards."
|
||||
icon_state = "twotime"
|
||||
volume = 30
|
||||
list_reagents = list(/datum/reagent/consumable/rootbeer = 30)
|
||||
drink_type = SUGAR | JUNKFOOD
|
||||
|
||||
Reference in New Issue
Block a user