mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-16 02:17:19 +01:00
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:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user