mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00:00
Faction-specific loadout items (#6969)
You can now add items to the loadout that are limited to a faction.
This commit is contained in:
@@ -738,7 +738,10 @@
|
||||
permitted = TRUE
|
||||
|
||||
if(G.whitelisted && (!(H.species.name in G.whitelisted)))
|
||||
permitted = 0
|
||||
permitted = FALSE
|
||||
|
||||
if(G.faction && G.faction != H.employer_faction)
|
||||
permitted = FALSE
|
||||
|
||||
if(!permitted)
|
||||
to_chat(H, "<span class='warning'>Your current job or whitelist status does not permit you to spawn with [thing]!</span>")
|
||||
|
||||
Reference in New Issue
Block a user