Merge pull request #2326 from Hubblenaut/bottle

Bottles will now sell for their set prices.
This commit is contained in:
EmperorJon
2016-08-15 14:46:26 +01:00
committed by GitHub
2 changed files with 37 additions and 0 deletions
@@ -12,6 +12,7 @@
var/obj/item/weapon/reagent_containers/glass/rag/rag = null
var/rag_underlay = "rag"
on_reagent_change() return // To suppress price updating. Bottles have their own price tags.
/obj/item/weapon/reagent_containers/food/drinks/bottle/New()
..()