mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
lobby art is mouse transparent on fade out (#91774)
This commit is contained in:
@@ -471,7 +471,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)
|
||||
|
||||
@@ -59,7 +59,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