mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
6395f12833
## About The Pull Request Completing a combat bitrunning domain grants 0.8 score bonus per player that escaped without being hit ## Why It's Good For The Game I figured it be a fun challenge to try to nohit these things, especially the megafauna ones. For a bonus. ## Changelog 🆑 Melbert add: Nohitting a combat bitrunning domain rewards a higher score. /🆑
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
/// Used for unit tests only. Skipped in UI.
|
|
/datum/lazy_template/virtual_domain/test_only
|
|
name = "Test Only"
|
|
key = "test_only"
|
|
map_name = "test_only"
|
|
domain_flags = DOMAIN_TEST_ONLY
|
|
|
|
/datum/lazy_template/virtual_domain/test_only/expensive
|
|
key = "test_only_expensive"
|
|
cost = 3
|