thanks for visiting!

thanks for visiting!
This commit is contained in:
QuoteFox
2021-02-01 03:05:45 +00:00
parent a41f3ec644
commit b070a47a12
2 changed files with 4 additions and 1 deletions
@@ -389,7 +389,10 @@
if(!arrivals_docked)
var/obj/screen/splash/Spl = new(character.client, TRUE)
Spl.Fade(TRUE)
character.playsound_local(get_turf(character), 'sound/voice/ApproachingTG.ogg', 25)
if(!prob(1))
character.playsound_local(get_turf(character), 'sound/voice/Approaching.ogg', 25)
else
character.playsound_local(get_turf(character), 'sound/voice/boat.ogg', 35) //boatbomber easter egg. (love your videos man, thanks for visiting!)
character.update_parallax_teleport()