mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 02:01:22 +00:00
Upgrades policy config + policy verb. (#44296)
* Upgrades policy config + policy verb. * Better example and proper default value. * hr on top * Cleanup
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
|
||||
to_chat(new_mob, "<span class='warning'>Your form morphs into that of a [randomize].</span>")
|
||||
|
||||
var/poly_msg = CONFIG_GET(keyed_list/policy)["polymorph"]
|
||||
var/poly_msg = get_policy(POLICY_POLYMORPH)
|
||||
if(poly_msg)
|
||||
to_chat(new_mob, poly_msg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user