mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Fixes dumb code mistake
You kinda need to call input for users to input...
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
if(can_change(APPEARANCE_RACE) && (params["race"] in valid_species))
|
||||
if(target.change_species(params["race"]))
|
||||
if(params["race"] == "Custom Species")
|
||||
target.custom_species = (usr,"Custom Species name:","Species Name")
|
||||
target.custom_species = input(usr,"Custom Species name:","Species Name")
|
||||
cut_data()
|
||||
generate_data(usr)
|
||||
changed_hook(APPEARANCECHANGER_CHANGED_RACE)
|
||||
|
||||
Reference in New Issue
Block a user