mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 09:08:56 +01:00
Testing/refinement of backyard grilling logic.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user