mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Code styling + Vitamin
This commit is contained in:
@@ -167,9 +167,9 @@
|
||||
var/amount = 1 + round(potency * reagents_add[reagent_id], 1)
|
||||
var/list/data = null
|
||||
if(reagent_id == "blood") // Hack to make blood in plants always O-
|
||||
data = list("blood_type"="O-")
|
||||
data = list("blood_type" = "O-")
|
||||
continue
|
||||
var/list/nutritious_reagents = list("nutriment", "protein", "plantmatter")
|
||||
var/list/nutritious_reagents = list("nutriment", "vitamin", "protein", "plantmatter")
|
||||
if(reagent_id in nutritious_reagents)
|
||||
if(istype(T, /obj/item/reagent_containers/food/snacks/grown))
|
||||
var/obj/item/reagent_containers/food/snacks/grown/grown_edible = T
|
||||
|
||||
Reference in New Issue
Block a user