Merge pull request #13463 from timothyteakettle/slime-sprites

adds luminescent and stargazer sprites as selectable body sprites for slimes
This commit is contained in:
silicons
2020-10-01 03:06:41 -07:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -544,7 +544,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if(length(pref_species.allowed_limb_ids))
if(!chosen_limb_id || !(chosen_limb_id in pref_species.allowed_limb_ids))
chosen_limb_id = pref_species.id
chosen_limb_id = pref_species.limbs_id || pref_species.id
dat += "<h3>Body sprite</h3>"
dat += "<a style='display:block;width:100px' href='?_src_=prefs;preference=bodysprite;task=input'>[chosen_limb_id]</a>"