mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
fixes acid peels (#23298)
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
resistance_flags = FLAMMABLE
|
||||
var/obj/item/seeds/seed = null // type path, gets converted to item on New(). It's safe to assume it's always a seed item.
|
||||
|
||||
/obj/item/grown/New(newloc, obj/item/seeds/new_seed = null)
|
||||
..()
|
||||
/obj/item/grown/Initialize(mapload, newloc, obj/item/seeds/new_seed = null)
|
||||
. = ..()
|
||||
create_reagents(50)
|
||||
|
||||
if(new_seed)
|
||||
|
||||
Reference in New Issue
Block a user