mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Fixed ghosts not seeing alternate appearances
This commit is contained in:
@@ -119,6 +119,12 @@ GLOBAL_VAR_INIT(observer_default_invisibility, INVISIBILITY_OBSERVER)
|
||||
|
||||
GLOB.dead_mob_list += src
|
||||
|
||||
for(var/v in GLOB.active_alternate_appearances)
|
||||
if(!v)
|
||||
continue
|
||||
var/datum/atom_hud/alternate_appearance/AA = v
|
||||
AA.onNewMob(src)
|
||||
|
||||
. = ..()
|
||||
|
||||
grant_all_languages()
|
||||
|
||||
Reference in New Issue
Block a user