Ghost spawner UI improvements (#18398)

* 4yehdgfjh45uhjt

* 342twgrse

* 5euyhtd

---------

Co-authored-by: DreamySkrell <>
This commit is contained in:
DreamySkrell
2024-02-15 11:27:22 +00:00
committed by GitHub
co-authored by DreamySkrell <>
parent 811d08c329
commit b251af5b7b
4 changed files with 129 additions and 77 deletions
-3
View File
@@ -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]"