fixes some initialize errors
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
desc = "It's Officer Beep O'sky's smaller, just-as aggressive cousin, Pipsqueak."
|
desc = "It's Officer Beep O'sky's smaller, just-as aggressive cousin, Pipsqueak."
|
||||||
|
|
||||||
/mob/living/simple_animal/bot/secbot/beepsky/jr/Initialize()
|
/mob/living/simple_animal/bot/secbot/beepsky/jr/Initialize()
|
||||||
..()
|
. = ..()
|
||||||
resize = 0.8
|
resize = 0.8
|
||||||
update_transform()
|
update_transform()
|
||||||
|
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
radio_channel = "AI Private"
|
radio_channel = "AI Private"
|
||||||
|
|
||||||
/mob/living/simple_animal/bot/secbot/Initialize()
|
/mob/living/simple_animal/bot/secbot/Initialize()
|
||||||
..()
|
. = ..()
|
||||||
icon_state = "secbot[on]"
|
icon_state = "secbot[on]"
|
||||||
spawn(3)
|
spawn(3)
|
||||||
var/datum/job/detective/J = new/datum/job/detective
|
var/datum/job/detective/J = new/datum/job/detective
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
break
|
break
|
||||||
|
|
||||||
/mob/living/simple_animal/pet/dog/corgi/Initialize()
|
/mob/living/simple_animal/pet/dog/corgi/Initialize()
|
||||||
..()
|
. = ..()
|
||||||
regenerate_icons()
|
regenerate_icons()
|
||||||
|
|
||||||
|
|
||||||
@@ -296,7 +296,7 @@
|
|||||||
var/saved_head //path
|
var/saved_head //path
|
||||||
|
|
||||||
/mob/living/simple_animal/pet/dog/corgi/Ian/Initialize()
|
/mob/living/simple_animal/pet/dog/corgi/Ian/Initialize()
|
||||||
..()
|
. = ..()
|
||||||
//parent call must happen first to ensure IAN
|
//parent call must happen first to ensure IAN
|
||||||
//is not in nullspace when child puppies spawn
|
//is not in nullspace when child puppies spawn
|
||||||
Read_Memory()
|
Read_Memory()
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
loot = list(/obj/effect/decal/cleanable/robot_debris)
|
loot = list(/obj/effect/decal/cleanable/robot_debris)
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/hivebot/Initialize()
|
/mob/living/simple_animal/hostile/hivebot/Initialize()
|
||||||
..()
|
. = ..()
|
||||||
deathmessage = "[src] blows apart!"
|
deathmessage = "[src] blows apart!"
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/hivebot/range
|
/mob/living/simple_animal/hostile/hivebot/range
|
||||||
@@ -63,4 +63,4 @@
|
|||||||
|
|
||||||
/mob/living/simple_animal/hostile/hivebot/death(gibbed)
|
/mob/living/simple_animal/hostile/hivebot/death(gibbed)
|
||||||
do_sparks(3, TRUE, src)
|
do_sparks(3, TRUE, src)
|
||||||
..(1)
|
..(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user