Files
b4a124e557 [IDB IGNORE] cyborg refactor: icons, chassis, modules base (#6929)
- separates the composition of cyborgs into modules, iconsets, chassis,
upgrades
- modules / chassis atm can provide items, so can upgrades; in the
future we will want to probably generalize the item API a bit so
components can work
- chassis now can (unimplemented) easily be made to give different stats
- reorganizes all the cyborg sprites
- adds generalized item mounts with redirection support and tears out
legacy cyborg items
- entirely rebalances modules & writes some new lawsets in for future
use

---------

Co-authored-by: silicons <silicons@silicons.dev>
2026-01-13 18:39:38 +00:00

8 lines
217 B
Plaintext

/obj/item/vv_edit_var(var_name, var_value, mass_edit, raw_edit)
. = ..()
if(!.)
return
switch(var_name)
if(NAMEOF(src, siemens_coefficient))
inv_inside?.invalidate_simple_covered_siemens_coefficient_cache()