Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)
+2 -2
View File
@@ -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))
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -159,7 +159,7 @@
/obj/structure/bonfire/dense
density = TRUE
/obj/structure/bonfire/prelit/Initialize()
/obj/structure/bonfire/prelit/Initialize(mapload)
. = ..()
StartBurning()