mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
In the Memory of Kentaro Miura, author of Berserk (#29565)
* kentaro miura hommage * typo * aight fine
This commit is contained in:
@@ -52,6 +52,8 @@ var/datum/controller/gameticker/ticker
|
||||
#define LOBBY_TICKING 1
|
||||
#define LOBBY_TICKING_RESTARTED 2
|
||||
/datum/controller/gameticker/proc/pregame()
|
||||
var/oursong = file("sound/music/guts.ogg")
|
||||
/*
|
||||
var/oursong = file(pick(
|
||||
"sound/music/space.ogg",
|
||||
"sound/music/traitor.ogg",
|
||||
@@ -74,7 +76,7 @@ var/datum/controller/gameticker/ticker
|
||||
"sound/music/carmenmirandasghost.ogg",
|
||||
"sound/music/twilight.ogg",
|
||||
))
|
||||
|
||||
*/
|
||||
if(SNOW_THEME)
|
||||
var/path = "sound/music/xmas/"
|
||||
var/list/filenames = flist(path)
|
||||
|
||||
@@ -73,6 +73,9 @@
|
||||
return null
|
||||
|
||||
/turf/unsimulated/wall/splashscreen/New()
|
||||
icon = 'icons/splashworks/titleBerserk.png'
|
||||
return
|
||||
/*
|
||||
if(SNOW_THEME)
|
||||
icon = 'icons/snowstation.gif' // not in the splashworks file so it doesn't appear in other cases
|
||||
return
|
||||
@@ -82,7 +85,7 @@
|
||||
if(copytext(filename, length(filename)) == "/")
|
||||
filenames -= filename
|
||||
icon = file("[path][pick(filenames)]")
|
||||
|
||||
*/
|
||||
/turf/unsimulated/wall/other
|
||||
icon_state = "r_wall"
|
||||
/turf/unsimulated/wall/other/canSmoothWith()
|
||||
|
||||
BIN
icons/splashworks/titleBerserk.png
Normal file
BIN
icons/splashworks/titleBerserk.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 442 KiB |
BIN
sound/music/guts.ogg
Normal file
BIN
sound/music/guts.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user