Adjust stowaway changeling requirements to look more like roundstart Changelings (#75499)

Copies the weights of roundstart changelings, these were too low and I
was linked some reasonably low threat rounds on low pop getting them.

## Changelog
🆑
balance: Adjusted stowaway changeling requirements to be closer to
roundstart Changelings.
/🆑
This commit is contained in:
Mothblocks
2023-05-18 15:53:46 -06:00
committed by GitHub
parent 3b5b5bf450
commit d8dcac2db1
@@ -239,7 +239,7 @@
required_candidates = 1
weight = 2
cost = 12
requirements = list(101,101,40,40,20,20,10,10,10,10)
requirements = list(101,101,60,50,40,20,20,10,10,10)
repeatable = TRUE
/datum/dynamic_ruleset/latejoin/stowaway_changeling/execute()