mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* oh yeah i havent saved any of this * fixes some things that weren't quite right * makes the sacrificial armor actually take damage * slight numbers tweak * adds cargo packs to let sec bulk order this stuff * shortens the normal desc of the hardened vests * potentially actually fixes the sacrificial armor not working (evil) * certified copy paste moment * buffs protection lowers durability of sacrificial armor * maybe possibly fixes that sound * tweaks colors of peacekeeper helmet slightly * makes the import company look nicer * fixes crate access and armor value sin * fixes the vest for digitgrades * fixes sacrificial armor * removes a bunch of debug messages * fixes weird compiler thing * armor defines, buffs sacrificial armor slightly and pk armor more * adds a face shield for the val * adds an examine relating to the face shields * makes the val face shield not hide your face * Update modular_skyrat/modules/specialist_armor/code/sacrificial.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * stuff holden suggests --------- Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
#define ARMOR_LEVEL_TINY 10
|
|
#define ARMOR_LEVEL_WEAK 30
|
|
#define ARMOR_LEVEL_MID 50
|
|
#define ARMOR_LEVEL_INSANE 90
|
|
|
|
#define WOUND_ARMOR_WEAK 10
|
|
#define WOUND_ARMOR_STANDARD 20
|
|
#define WOUND_ARMOR_HIGH 30
|