Ghost Role Cancel Fix (#10139)

This commit is contained in:
Geeves
2020-10-03 13:42:02 +02:00
committed by GitHub
parent c77f6c91ee
commit c55fe8c2e8
2 changed files with 7 additions and 1 deletions
@@ -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]
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "The cancel button no longer appears on the human ghost spawner species selection screen."