mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
solving conflicts
This commit is contained in:
@@ -313,11 +313,11 @@
|
||||
|
||||
/datum/plant_gene/trait/noreact/on_new(obj/item/weapon/reagent_containers/food/snacks/grown/G, newloc)
|
||||
..()
|
||||
G.flags |= NOREACT
|
||||
G.reagents.set_reacting(FALSE)
|
||||
|
||||
/datum/plant_gene/trait/noreact/on_squash(obj/item/weapon/reagent_containers/food/snacks/grown/G, atom/target)
|
||||
G.flags &= ~NOREACT
|
||||
if(G && G.reagents)
|
||||
G.reagents.set_reacting(TRUE)
|
||||
G.reagents.handle_reactions()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user