From 0bd3f416596c5bfeb6051dbbdfab53c04511664c Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Thu, 22 Aug 2024 03:12:25 +0200 Subject: [PATCH] [MIRROR] reticence require progression (#29512) * reticence require progression (#85858) ## About The Pull Request people murder bone with it way too often. this sets a min progression level for it to give crew to prepare. ## Why It's Good For The Game round start low pop reticence very frequently murder bones. it is very powerful weapon and extremely rare people use it for not just gunning down the crew ## Changelog :cl: balance: reticence requires progression /:cl: * reticence require progression --------- Co-authored-by: lizelive --- code/modules/uplink/uplink_items/job.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/uplink/uplink_items/job.dm b/code/modules/uplink/uplink_items/job.dm index 4f6a4b1eaec..73eae12ce08 100644 --- a/code/modules/uplink/uplink_items/job.dm +++ b/code/modules/uplink/uplink_items/job.dm @@ -392,5 +392,6 @@ restricted_roles = list(JOB_MIME) restricted = TRUE refundable = FALSE + progression_minimum = 30 MINUTES purchasable_from = parent_type::purchasable_from & ~UPLINK_SPY