Adds container types INJECTABLE and DRAWABLE

This commit is contained in:
CitadelStationBot
2017-06-27 08:19:49 -05:00
parent 56f9c0f82a
commit 6a38955803
10 changed files with 68 additions and 59 deletions
+1
View File
@@ -4,6 +4,7 @@
/obj/item/weapon/reagent_containers/food
possible_transfer_amounts = list()
volume = 50 //Sets the default container amount for all food items.
container_type = INJECTABLE
resistance_flags = FLAMMABLE
/obj/item/weapon/reagent_containers/food/New()