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:
AurouraPlays
2026-08-28 23:59:22 +00:00
committed by GitHub
parent e2340ee513
commit 83ada1355f
+4 -1
View File
@@ -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)