mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
[MIRROR] August 2024 various fixes (#8766)
Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user