[MIRROR] August 2024 various fixes (#8766)

Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-08-14 02:15:42 +02:00
committed by GitHub
co-authored by Nadyr
parent f859c5e25f
commit 24658f4b9d
32 changed files with 703 additions and 116 deletions
+4 -2
View File
@@ -47,9 +47,9 @@
/mob/living/bot/New()
..()
update_icons()
//update_icons() //VOREstation edit: moved to Init
default_language = GLOB.all_languages[LANGUAGE_GALCOM]
//default_language = GLOB.all_languages[LANGUAGE_GALCOM] //VOREstation edit: moved to Init
botcard = new /obj/item/weapon/card/id(src)
botcard.access = botcard_access.Copy()
@@ -66,6 +66,8 @@
. = ..()
if(on)
turn_on() // Update lights and other stuff
update_icons() //VOREstation edit - overlay runtime fix
default_language = GLOB.all_languages[LANGUAGE_GALCOM] //VOREstation edit - runtime fix
/mob/living/bot/Life()
..()