Testing/refinement of backyard grilling logic.

This commit is contained in:
MistakeNot4892
2024-01-17 23:46:01 +11:00
parent 5eab79f06d
commit 5d4709a482
8 changed files with 99 additions and 29 deletions
@@ -691,6 +691,12 @@
reagent_state = SOLID
color = "#e08702"
// Drakenip...
/datum/reagent/spacespice/affect_animal(var/mob/living/simple_mob/animal/M, var/removed)
..()
if(istype(M, /mob/living/simple_mob/animal/sif/grafadreka))
M.druggy = max(M.druggy, 15)
/datum/reagent/browniemix
name = "Brownie Mix"
id = "browniemix"