mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Consistency with hardsuit values (#15040)
While going to enter resist/armour values for engineering hardsuits on the wiki, I noticed the CE hardsuit has 10 less rad protection compared to its helmet. Every other suit with 100 rad protection has this value consistent across both parts, and in fact, all hardsuit values match their helmet values apart from this one and the Singuloth armour. (That has a weaker helmet in a number of resistances.) 🆑 fix: Consistency with hardsuit values for CE hardsuit and helmet. /🆑
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
name = "advanced hardsuit"
|
||||
desc = "An advanced suit that protects against hazardous, low pressure environments. Shines with a high polish."
|
||||
item_state = "ce_hardsuit"
|
||||
armor = list("melee" = 40, "bullet" = 5, "laser" = 10, "energy" = 5, "bomb" = 50, "bio" = 100, "rad" = 90, "fire" = 100, "acid" = 90)
|
||||
armor = list("melee" = 40, "bullet" = 5, "laser" = 10, "energy" = 5, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 90)
|
||||
heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS //Uncomment to enable firesuit protection
|
||||
max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT
|
||||
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/engine/elite
|
||||
|
||||
Reference in New Issue
Block a user