Commit 19e6cdf
Roundstart Bonus & Towner Triumphs, Misc (Monkestation#3830)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
## About The Pull Request
'Readying up gives you the great food buff, 30 mammons in a stashed
pouch, higher hydration (no need to gulp from the river) and 1 triumph'
Towners [Serf, Peasant, Apprentices, Youngling and Company(merchant,
shophand and stevedore] get a triumph each night, This mean that they
get two triumphs each two nights.
No longer show returning when examining a latejoin.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->
## Why It's Good For The Game
stop peoples from lobbysitting. Peoples that ready up get a roundstart
bonus because this [pr
](Azure-Peak/Azure-Peak#4254 )
by [WeNeedMorePhoron](https://github.com/WeNeedMorePhoron) is peak.
<img width="488" height="107" alt="image"
src="https://github.com/user-attachments/assets/cc460457-cd06-4820-bd6c-673bd7085d39"
/>
And...I genuinely hate this whole 'returning' tag, it's legit fucking
useless, let's not have that.
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
## Changelog
<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Please note that
maintainers freely reserve the right to remove and add tags should they
deem it appropriate. You can attempt to finagle the system all you want,
but it's best to shoot for clear communication right off the bat. -->
<!-- !! Do not add whitespace in-between the entries, do not change the
tags and do not leave the tags without any entries. -->
:cl:
add: Town-sided roles get one triumph per night (two triumphs per two
night)
add: Being readied up when the round start give you great food buff, 30
mammons in a stashed pouch, 1 triumph
/:cl:
<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
## Pre-Merge Checklist
<!-- Don't bother filling these in while creating your Pull Request,
just click the checkboxes after the Pull Request is opened and you are
redirected to the page. -->
- [x] You tested this on a local server.
- [ ] This code did not runtime during testing.
- [ ] You documented all of your changes.
<!-- Neither the compiler nor workflow checks are perfect at detecting
runtimes and errors. It is important to test your code/feature/fix
locally. -->
---------
Co-authored-by: CheffieGithub <113442598+CheffieGithub@users.noreply.github.com>1 parent 36936d4 commit 19e6cdf
File tree
3 files changed
+13
-6
lines changed- code/modules
- jobs/job_types
- mob/living/carbon/human
3 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
287 | 296 | | |
288 | 297 | | |
289 | 298 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
95 | 92 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 93 | | |
100 | 94 | | |
101 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
0 commit comments