Update files
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
playsound(owner, 'sound/misc/souldeath.ogg', 100, FALSE)
|
||||
|
||||
|
||||
/obj/item/clothing/neck/undertale/Initialize()
|
||||
/obj/item/clothing/neck/undertale/Initialize(mapload)
|
||||
..()
|
||||
AddComponent(/datum/component/souldeath/neck)
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
item_state = "satchel_carrot"
|
||||
mob_overlay_icon = 'icons/mob/clothing/custom_w.dmi'
|
||||
|
||||
/obj/item/storage/backpack/satchel/carrot/Initialize()
|
||||
/obj/item/storage/backpack/satchel/carrot/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/squeak, list('sound/items/toysqueak1.ogg'=1), 50)
|
||||
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
heavyfootstep = FOOTSTEP_GENERIC_HEAVY
|
||||
var/turfverb = "dig out"
|
||||
|
||||
/turf/open/floor/spooktime/nonspooktimegrass/Initialize() //Init rng icon.
|
||||
/turf/open/floor/spooktime/nonspooktimegrass/Initialize(mapload) //Init rng icon.
|
||||
. = ..()
|
||||
icon_state = "grass_[rand(1,3)]"
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
var/obj/structure/flora/turfDebris = null
|
||||
|
||||
|
||||
/turf/open/floor/spooktime/spooktimegrass/Initialize() //Considering adding dirtgen here too.
|
||||
/turf/open/floor/spooktime/spooktimegrass/Initialize(mapload) //Considering adding dirtgen here too.
|
||||
. = ..()
|
||||
if(prob(1))
|
||||
icon_state = "smoothdarkdirt" //Sometimes we can be dirt.
|
||||
@@ -590,7 +590,7 @@ GLOBAL_LIST_EMPTY(rain_sounds)
|
||||
var/dyndial_cycle_ticker = 0 //How many
|
||||
var/playchime = 1 //Procs will reset their vars.
|
||||
|
||||
/obj/machinery/grandfatherclock/Initialize()
|
||||
/obj/machinery/grandfatherclock/Initialize(mapload)
|
||||
. = ..()
|
||||
update_icon() //We get it done
|
||||
|
||||
@@ -1030,7 +1030,7 @@ GLOBAL_LIST_EMPTY(rain_sounds)
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
var/open = FALSE
|
||||
|
||||
/obj/item/umbrella/Initialize()
|
||||
/obj/item/umbrella/Initialize(mapload)
|
||||
..()
|
||||
color = RANDOM_COLOUR
|
||||
update_icon()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/obj/vehicle/sealed/vectorcraft/rideable/Initialize()
|
||||
/obj/vehicle/sealed/vectorcraft/rideable/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
/obj/vehicle/sealed/vectorcraft/rideable/post_unbuckle_mob(mob/living/M)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
var/mob/living/carbon/human/driver
|
||||
|
||||
/obj/vehicle/sealed/vectorcraft/Initialize()
|
||||
/obj/vehicle/sealed/vectorcraft/Initialize(mapload)
|
||||
..()
|
||||
i_m_acell = max_acceleration
|
||||
i_m_decell = max_deceleration
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
var/weewoo = FALSE
|
||||
var/weewoocount = 0
|
||||
|
||||
/obj/vehicle/sealed/vectorcraft/boot/ambulance/Initialize()
|
||||
/obj/vehicle/sealed/vectorcraft/boot/ambulance/Initialize(mapload)
|
||||
. = ..()
|
||||
Sl = new /obj/machinery/sleeper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user