mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 13:57:29 +01:00
## About The Pull Request Working on some generic templates and starting to cut down on the planet specific turfs which are in use. ## Why It's Good For The Game More POI's and more content! ## Changelog 🆑 add: New generic POI's tweak: Turf pathing /🆑 --------- Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
13 lines
596 B
Plaintext
13 lines
596 B
Plaintext
/datum/map_template/submap/level_specific/generic
|
|
name = "Generic POIs"
|
|
desc = "Generic "
|
|
allow_duplicates = FALSE // TRUE means the same submap can spawn twice
|
|
prefix = "maps/submaps/generic/"
|
|
|
|
/datum/map_template/submap/level_specific/generic/test_1
|
|
name = "Generic Room 1"
|
|
suffix = "test_template_001.dmm" // map is in root folder, so just the name.dmm is fine
|
|
cost = 5 // budget cost for this submap. total budget is set in _triumph_submaps.dm where the seed_submaps proc is called
|
|
discard_prob = 0 // set probability of not spawning. 0 ensures always spawn.
|
|
allow_duplicates = TRUE
|