mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 07:46:39 +01:00
- 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>
7 lines
233 B
Plaintext
7 lines
233 B
Plaintext
/datum/asset_pack/spritesheet/crayons
|
|
name = "crayon-graffiti"
|
|
|
|
/datum/asset_pack/spritesheet/crayons/generate()
|
|
for(var/datum/crayon_decal_meta/crayon_data in GLOB.crayon_data)
|
|
insert_all(crayon_data.name, crayon_data.icon_ref)
|