Merge pull request #6983 from Fox-McCloud/drinking-glass-update

Improves Drinking Glass Colorization
This commit is contained in:
Crazy Lemon
2017-03-30 18:30:30 -07:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
var/last_addiction_dose = 0
var/overdosed = 0 // You fucked up and this is now triggering it's overdose effects, purge that shit quick.
var/current_cycle = 1
var/drink_icon = "glass_brown" // what icon state/name/description a drinking glass will use if this is the master reagent.
var/drink_icon = null
var/drink_name = "Glass of ..what?"
var/drink_desc = "You can't really tell what this is."