New Cargo Crates, Moves Some Around

Diminicillin + Prospacillin cargo crates, and moves some other crates around. Removes an offensive comment.
This commit is contained in:
Dahlular
2021-01-15 22:38:24 -07:00
parent 6e5e3a866a
commit bb892c90e4
6 changed files with 67 additions and 29 deletions
+14
View File
@@ -0,0 +1,14 @@
/obj/item/reagent_containers/food/drinks/prospacillin
name = "Prospacillin Bottle"
desc = "An incredibly expensive bottle used by Kinaris command. It has golden engravings and reeks of corporate greed."
w_class = WEIGHT_CLASS_TINY
icon_state = "prospacillin"
list_reagents = list(/datum/reagent/growthchem = 15)
/obj/item/reagent_containers/food/drinks/diminicillin
name = "Diminicillin Bottle"
desc = "An incredibly expensive bottle used by Kinaris command. It has golden engravings and reeks of corporate greed."
w_class = WEIGHT_CLASS_TINY
icon_state = "diminicillin"
list_reagents = list(/datum/reagent/shrinkchem = 15)