mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Prevents admins from affecting the Dynamic budget (#32526)
* Config changes * Merging updates * example config oopsie * Fixes rustlibs.dll * Adds restrictions to budget changes
This commit is contained in:
@@ -377,7 +377,10 @@
|
||||
character = SSjobs.EquipRank(character, rank, 1) //equips the human
|
||||
SSticker.equip_cuis(character) // Gives them their CUIs
|
||||
|
||||
SSticker.mode.latespawn(character)
|
||||
if(!IsAdminJob(rank))
|
||||
SSticker.mode.latespawn(character)
|
||||
else
|
||||
log_dynamic("Admin joined. Budget remains unchanged.", TRUE)
|
||||
|
||||
if(character.mind.assigned_role == "Cyborg")
|
||||
AnnounceCyborg(character, rank, join_message)
|
||||
|
||||
Reference in New Issue
Block a user