mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Ghost spawner UI improvements (#18398)
* 4yehdgfjh45uhjt * 342twgrse * 5euyhtd --------- Co-authored-by: DreamySkrell <>
This commit is contained in:
co-authored by
DreamySkrell <>
parent
811d08c329
commit
b251af5b7b
@@ -61,9 +61,6 @@
|
||||
if(!enabled && !can_edit(user)) //If its not enabled and the user cant edit it, dont show it
|
||||
return "Currently Disabled"
|
||||
|
||||
if(loc_type == GS_LOC_ATOM && !length(spawn_atoms))
|
||||
return "No spawn atoms available"
|
||||
|
||||
var/ban_reason = jobban_isbanned(user,jobban_job)
|
||||
if(jobban_job && ban_reason)
|
||||
return "[ban_reason]"
|
||||
|
||||
Reference in New Issue
Block a user