Adjust sprite ranges in char setup

Belly: 1-12 -> 1-10
Butt: 0-5 -> 1-10

Butt actually has an extra sprite (11) but I think 1-10 for both is better for consistency.
This commit is contained in:
psq95
2023-05-22 22:25:54 +01:00
parent fde238f4d2
commit 653b33c6bf
2 changed files with 5 additions and 5 deletions
@@ -252,7 +252,7 @@
if(!getorganslot("anus"))
var/obj/item/organ/genital/anus/A = new
if(dna.features["butt_size"])
A.size = dna.features["butt_size"]
A.size = dna.features["butt_size"]-1
A.Insert(src)
if(A)
if(dna.species.use_skintones && dna.features["genitals_use_skintone"])