mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
Ghost Role Cancel Fix (#10139)
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
else if(is_alien_whitelisted(user, S))
|
||||
species_selection += S
|
||||
|
||||
var/picked_species = input(user,"Select your species") as null|anything in species_selection
|
||||
var/picked_species = input(user,"Select your species") in species_selection
|
||||
if(!picked_species)
|
||||
picked_species = possible_species[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user