mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
lobby art is mouse transparent on fade out (#91774)
(cherry picked from commit 601654a91c)
This commit is contained in:
@@ -503,7 +503,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
ADD_TRAIT(living, TRAIT_NO_TRANSFORM, SS_TICKER_TRAIT)
|
||||
if(living.client)
|
||||
var/atom/movable/screen/splash/fade_out = new(null, null, living.client, TRUE)
|
||||
fade_out.Fade(TRUE)
|
||||
fade_out.fade(TRUE)
|
||||
living.client.init_verbs()
|
||||
livings += living
|
||||
if(livings.len)
|
||||
|
||||
@@ -60,7 +60,7 @@ SUBSYSTEM_DEF(title)
|
||||
if(!thing)
|
||||
continue
|
||||
var/atom/movable/screen/splash/S = new(null, null, thing, FALSE)
|
||||
S.Fade(FALSE,FALSE)
|
||||
S.fade(FALSE,FALSE)
|
||||
|
||||
/datum/controller/subsystem/title/Recover()
|
||||
icon = SStitle.icon
|
||||
|
||||
Reference in New Issue
Block a user