In the Memory of Kentaro Miura, author of Berserk (#29565)

* kentaro miura hommage

* typo

* aight fine
This commit is contained in:
DeityLink
2021-05-20 10:51:29 +02:00
committed by GitHub
parent 610966d4d6
commit 32b0a2e3d6
4 changed files with 7 additions and 2 deletions

View File

@@ -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)

View File

@@ -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()

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 KiB

BIN
sound/music/guts.ogg Normal file

Binary file not shown.