New Title Screen Music & Splashscreens (#72)
* music * hsghberhbnsrh * k * i like this better * fugoff leon * oops * afgegwsrgvewsrg
This commit is contained in:
@@ -104,7 +104,7 @@ var/list/teleportlocs = list()
|
||||
power_environ = 0
|
||||
valid_territory = 0
|
||||
outdoors = 1
|
||||
ambientsounds = list('sound/ambience/ambispace.ogg','sound/ambience/title2.ogg',)
|
||||
ambientsounds = list('sound/ambience/ambispace.ogg','sound/ambience/title3.ogg',)
|
||||
blob_allowed = 0 //Eating up space doesn't count for victory as a blob.
|
||||
|
||||
/area/space/nearstation
|
||||
|
||||
@@ -24,14 +24,13 @@
|
||||
/turf/closed/indestructible/splashscreen
|
||||
name = "Space Station 13"
|
||||
icon = 'icons/misc/fullscreen.dmi'
|
||||
icon_state = "title"
|
||||
icon_state = "title1"
|
||||
layer = FLY_LAYER
|
||||
var/titlescreen = TITLESCREEN
|
||||
|
||||
|
||||
/turf/closed/indestructible/splashscreen/New()
|
||||
..()
|
||||
if(titlescreen)
|
||||
icon_state = titlescreen
|
||||
icon_state = pick("title1","title2","title3","title4","title5")
|
||||
|
||||
/turf/closed/indestructible/riveted
|
||||
icon_state = "riveted"
|
||||
@@ -79,4 +78,4 @@
|
||||
name = "iced rock"
|
||||
desc = "Extremely densely-packed sheets of ice and rock, forged over the years of the harsh cold."
|
||||
icon = 'icons/turf/walls.dmi'
|
||||
icon_state = "icerock"
|
||||
icon_state = "icerock"
|
||||
|
||||
Reference in New Issue
Block a user