mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] ss atoms update (#10736)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
84fad52804
commit
6169daa735
@@ -100,12 +100,12 @@
|
||||
// TODO - This part!! ~Leshana
|
||||
if(isliving(user) && anchored && !(stat & (NOPOWER|BROKEN)))
|
||||
if(user.client)
|
||||
holomap_datum.station_map.loc = global_hud.holomap // Put the image on the holomap hud
|
||||
holomap_datum.station_map.loc = GLOB.global_hud.holomap // Put the image on the holomap hud
|
||||
holomap_datum.station_map.alpha = 0 // Set to transparent so we can fade in
|
||||
animate(holomap_datum.station_map, alpha = 255, time = 5, easing = LINEAR_EASING)
|
||||
flick("station_map_activate", src)
|
||||
// Wait, if wea re not modifying the holomap_obj... can't it be part of the global hud?
|
||||
user.client.screen |= global_hud.holomap // TODO - HACK! This should be there permenently really.
|
||||
user.client.screen |= GLOB.global_hud.holomap // TODO - HACK! This should be there permenently really.
|
||||
user.client.images |= holomap_datum.station_map
|
||||
|
||||
watching_mob = user
|
||||
|
||||
Reference in New Issue
Block a user