Merge pull request #8054 from mwerezak/chembottles

Replaces chem bottles with their overlay equivalents
This commit is contained in:
Zuhayr
2015-02-05 23:05:45 +10:30
4 changed files with 78 additions and 48 deletions
+6 -5
View File
@@ -269,8 +269,8 @@
name = "fertilizer bottle"
desc = "A small glass bottle. Can hold up to 10 units."
icon = 'icons/obj/chemical.dmi'
icon_state = "bottle16"
flags = OPENCONTAINER
icon_state = "bottle-4"
flags = 0
possible_transfer_amounts = null
w_class = 2.0
@@ -288,20 +288,21 @@
if(fertilizer)
reagents.add_reagent(fertilizer,10)
update_icon()
/obj/item/weapon/reagent_containers/glass/fertilizer/ez
name = "bottle of E-Z-Nutrient"
icon_state = "bottle16"
icon_state = "bottle-4"
fertilizer = "eznutrient"
/obj/item/weapon/reagent_containers/glass/fertilizer/l4z
name = "bottle of Left 4 Zed"
icon_state = "bottle18"
icon_state = "bottle-4"
fertilizer = "left4zed"
/obj/item/weapon/reagent_containers/glass/fertilizer/rh
name = "bottle of Robust Harvest"
icon_state = "bottle15"
icon_state = "bottle-4"
fertilizer = "robustharvest"
//Hatchets and things to kill kudzu