mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Fixed invisible soil not returning an initialized hint (#20130)
Fixed invisible soil not returning an initialized hint No player facing changes
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
icon_state = "blank"
|
||||
|
||||
/obj/machinery/portable_atmospherics/hydroponics/soil/invisible/Initialize(var/newloc,var/datum/seed/newseed,var/start_mature)
|
||||
..()
|
||||
. = ..()
|
||||
seed = newseed
|
||||
dead = 0
|
||||
age = start_mature ? seed.get_trait(TRAIT_MATURATION) : 1
|
||||
|
||||
Reference in New Issue
Block a user