mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Fuck (#23880)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
/obj/item/food
|
||||
resistance_flags = FLAMMABLE
|
||||
container_type = INJECTABLE
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
var/filling_color = "#FFFFFF" //Used by sandwiches.
|
||||
var/junkiness = 0 //for junk food. used to lower human satiety.
|
||||
var/bitesize = 2
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/obj/item/reagent_containers/food/pill/patch : /obj/item/reagent_containers/patch/@SUBTYPES{OLD}
|
||||
/obj/item/reagent_containers/food/pill : /obj/item/reagent_containers/pill/@SUBTYPES{OLD}
|
||||
/obj/item/reagent_containers/food/pill/patch : /obj/item/reagent_containers/patch/@SUBTYPES{@OLD}
|
||||
/obj/item/reagent_containers/food/pill : /obj/item/reagent_containers/pill/@SUBTYPES{@OLD}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/obj/item/reagent_containers/food/drinks/@SUBTYPES : /obj/item/reagent_containers/drinks/@SUBTYPES{OLD}
|
||||
/obj/item/reagent_containers/food/@SUBTYPES : /obj/item/food/@SUBTYPES{OLD}
|
||||
/obj/item/reagent_containers/food/drinks/@SUBTYPES : /obj/item/reagent_containers/drinks/@SUBTYPES{@OLD}
|
||||
/obj/item/reagent_containers/food/@SUBTYPES : /obj/item/food/@SUBTYPES{@OLD}
|
||||
|
||||
Reference in New Issue
Block a user