mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Emag Changes
This commit is contained in:
@@ -128,8 +128,9 @@ var/list/alldepartments = list()
|
||||
var/list/combineddepartments = alldepartments
|
||||
if(long_range_enabled)
|
||||
combineddepartments += admin_departments
|
||||
if(emagged)
|
||||
combineddepartments += hidden_admin_departments
|
||||
|
||||
if(emagged)
|
||||
combineddepartments += hidden_admin_departments
|
||||
|
||||
destination = input(usr, "To which department?", "Choose a department", "") as null|anything in combineddepartments
|
||||
if(!destination)
|
||||
|
||||
Reference in New Issue
Block a user