Skip to content

Commit

Permalink
Merge pull request Civ13#2370 from savethetreez/branch
Browse files Browse the repository at this point in the history
Wasteland 2 small touchup
  • Loading branch information
savethetreez authored Sep 23, 2023
2 parents 231b99d + 91ba2cb commit 156e747
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 47 deletions.
4 changes: 3 additions & 1 deletion code/game/objects/map_metadata/nomads_wasteland.dm
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@
hasnukes = FALSE
is_zombie = TRUE
lobby_icon = "icons/lobby/wasteland2.png"
mission_start_message = "<big>Something has gone terribly wrong. Monsters roam the world, and society has fallen. Can you survive?</big><br><b>Wiki Guide: https://civ13.github.io/civ13-wiki/Civilizations_and_Nomads</b>"
mission_start_message = "<big>Something has gone terribly wrong. The undead roam the world, and society has fallen. Can you survive?</big><br><b>Wiki Guide: https://civ13.github.io/civ13-wiki/Civilizations_and_Nomads</b>"
ambience = list('sound/ambience/desert.ogg')
songs = list(
"Blawan - Why They Hide Their Bodies Under My Garage?:1" = "sound/music/whytheyhidetheirbodies.ogg",)

/obj/map_metadata/nomads_wasteland/two/proc/zombies(var/start = TRUE)
for(var/obj/effect/spawner/mobspawner/zombies/special/S in world)
Expand Down
Loading

0 comments on commit 156e747

Please sign in to comment.