mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[NO GBP] fix server hop lobby art fade-in (#91693)
## About The Pull Request accidentally broke this in https://github.com/tgstation/tgstation/pull/91637, whoops ## Why It's Good For The Game bugfix ## Changelog 🆑 fix: Fixed lobby art not fading in when server hopping. /🆑
This commit is contained in:
@@ -76,7 +76,7 @@ INITIALIZE_IMMEDIATE(/mob/dead)
|
||||
|
||||
var/client/hopper = client
|
||||
to_chat(hopper, span_notice("Sending you to [pick]."))
|
||||
var/atom/movable/screen/splash/fade_in = new(null, null, src, hopper, FALSE)
|
||||
var/atom/movable/screen/splash/fade_in = new(null, null, hopper, FALSE)
|
||||
fade_in.Fade(FALSE)
|
||||
|
||||
ADD_TRAIT(src, TRAIT_NO_TRANSFORM, SERVER_HOPPER_TRAIT)
|
||||
|
||||
Reference in New Issue
Block a user