mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 00:20:55 +01:00
i feel like it shouldnt produce miasma while dead
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
/obj/item/seeds/starthistle/corpse_flower/process()
|
||||
var/obj/machinery/hydroponics/parent = loc
|
||||
if(parent.age < maturation) // Start a little before it blooms
|
||||
if(parent.age < maturation || parent.dead) // Start a little before it blooms
|
||||
return
|
||||
|
||||
var/turf/open/T = get_turf(parent)
|
||||
|
||||
Reference in New Issue
Block a user