Update files
This commit is contained in:
@@ -167,6 +167,6 @@
|
||||
name = "synthesized banana peel"
|
||||
desc = "A synthetic banana peel."
|
||||
|
||||
/obj/item/grown/bananapeel/specialpeel/Initialize(AM)
|
||||
/obj/item/grown/bananapeel/specialpeel/Initialize(mapload, AM)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/slippery, 40)
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
foodtype = TOXIC
|
||||
tastes = list("acrid bitterness" = 1)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grown/bungopit/Initialize()
|
||||
/obj/item/reagent_containers/food/snacks/grown/bungopit/Initialize(mapload)
|
||||
. =..()
|
||||
reagents.clear_reagents()
|
||||
reagents.add_reagent(/datum/reagent/toxin/bungotoxin, seed.potency * 0.10) //More than this will kill at too low potency
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
wine_flavor = "divinity"
|
||||
|
||||
/*
|
||||
/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize()
|
||||
/obj/item/reagent_containers/food/snacks/grown/holymelon/Initialize(mapload)
|
||||
. = ..()
|
||||
var/uses = 1
|
||||
if(seed)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
icon_harvest = "xpod-harvest"
|
||||
growthstages = 4
|
||||
|
||||
/obj/item/seeds/random/Initialize()
|
||||
/obj/item/seeds/random/Initialize(mapload)
|
||||
. = ..()
|
||||
randomize_stats()
|
||||
if(prob(60))
|
||||
@@ -28,7 +28,7 @@
|
||||
icon_state = "crunchy"
|
||||
bitesize_mod = 2
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/grown/random/Initialize()
|
||||
/obj/item/reagent_containers/food/snacks/grown/random/Initialize(mapload)
|
||||
. = ..()
|
||||
wine_power = rand(10,150)
|
||||
if(prob(1))
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
var/list/quirks = null
|
||||
var/contains_sample = 0
|
||||
|
||||
/obj/item/seeds/replicapod/Initialize()
|
||||
/obj/item/seeds/replicapod/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
create_reagents(volume, INJECTABLE | DRAWABLE)
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
/obj/structure/bonfire/dense
|
||||
density = TRUE
|
||||
|
||||
/obj/structure/bonfire/prelit/Initialize()
|
||||
/obj/structure/bonfire/prelit/Initialize(mapload)
|
||||
. = ..()
|
||||
StartBurning()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user