mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Fixes #5443
This commit is contained in:
@@ -826,9 +826,11 @@
|
||||
helmet.loc = get_turf(src)
|
||||
helmet = null
|
||||
else if(href_list["select_department"])
|
||||
target_department = input("Please select the target department paintjob.","Suit cycler",null) as null|anything in departments
|
||||
var/choice = input("Please select the target department paintjob.","Suit cycler",null) as null|anything in departments
|
||||
if(choice) target_department = choice
|
||||
else if(href_list["select_species"])
|
||||
target_species = input("Please select the target species configuration.","Suit cycler",null) as null|anything in species
|
||||
var/choice = input("Please select the target species configuration.","Suit cycler",null) as null|anything in species
|
||||
if(choice) target_species = choice
|
||||
else if(href_list["select_rad_level"])
|
||||
var/choices = list(1,2,3)
|
||||
if(emagged)
|
||||
|
||||
Reference in New Issue
Block a user