Fixes size application to mobs

Ensures player's custom_body_size is applied to any new clone once they're out of the pod. Custom_body_size is only set once, so acts as 'natural' size, independent of things like normalizer rings
This commit is contained in:
haha26315
2022-09-15 09:21:07 -04:00
parent cce5cce11c
commit b3f0db5e7a
5 changed files with 19 additions and 16 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
var/mob_size = MOB_SIZE_HUMAN
//H13 custom body size and impregnation
var/custom_body_size = 100
var/custom_body_size = 100 //Do not change this variable in round! It's their 'natural' roundstart size.
var/breedable = 0
var/impregchance = 30
//h13 settings