Roundstart exoskeleton locked variant

Added a locked variant of the exoskeleton MODsuit that replaces the version you can pick for starting loadouts. This version's modules are unremovable. Customizable exoskeletons can still be created by roboticists.
This commit is contained in:
Alphas00
2025-01-22 11:24:52 +01:00
parent 8a01669706
commit dbb761fbf6
2 changed files with 23 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
cached_size = new_value
update()
..()
//"massive" = 17, "giga" = 25, "impossible" = 30
/obj/item/organ/genital/breasts/update_size()//wah
var/rounded_cached = round(cached_size)
if(cached_size < 0)//I don't actually know what round() does to negative numbers, so to be safe!!fixed