mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Prevents Quartermaster job slots from being raised. (#22377)
* misery if you will Blacklists QM job slots from being raised. * Update code/game/machinery/computer/card.dm --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -49,8 +49,10 @@ GLOBAL_VAR_INIT(time_last_changed_position, 0)
|
||||
/datum/job/blueshield,
|
||||
/datum/job/nanotrasenrep,
|
||||
/datum/job/chaplain,
|
||||
/datum/job/officer
|
||||
)
|
||||
/datum/job/officer,
|
||||
/datum/job/qm
|
||||
)
|
||||
|
||||
//The scaling factor of max total positions in relation to the total amount of people on board the station in %
|
||||
var/max_relative_positions = 30 //30%: Seems reasonable, limit of 6 @ 20 players
|
||||
|
||||
|
||||
Reference in New Issue
Block a user