mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-13 00:32:48 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user