Fixed full options not showing up for non-FBPs. Repeated more thorough testing with newest changes.

This commit is contained in:
Cerebulon
2017-04-01 03:09:55 +01:00
parent 2189d83812
commit 98d3ebf6dd
@@ -574,6 +574,9 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
else
organ_choices += "Assisted"
organ_choices += "Mechanical"
else
organ_choices += "Assisted"
organ_choices += "Mechanical"
var/new_state = input(user, "What state do you wish the organ to be in?") as null|anything in organ_choices
if(!new_state) return