small fix for helmet cycling

This commit is contained in:
Killian
2020-06-22 11:05:26 +01:00
parent 786d86353e
commit 4165e35686
+4 -2
View File
@@ -1026,8 +1026,10 @@
if(target_species)
if(helmet) helmet.refit_for_species(target_species)
if(suit) suit.refit_for_species(target_species)
if(suit.helmet) suit.helmet.refit_for_species(target_species)
if(suit)
suit.refit_for_species(target_species)
if(suit.helmet)
suit.helmet.refit_for_species(target_species)
//Now "Complete" with most departmental and variant suits, and sorted by department. These aren't available in the standard or emagged cycler lists because they're incomplete for most species.
switch(target_department)