mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user