mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MODULAR] Fixes missing digi icon paths for some of the hooded robe type armors (#22250)
Fixes missing digi icon paths for some of the hooded robe type armors Cleans up some unneeded Skyrat edits too Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
@@ -130,10 +130,6 @@
|
||||
armor_type = /datum/armor/cloak_goliath
|
||||
hoodtype = /obj/item/clothing/head/hooded/cloakhood/goliath
|
||||
body_parts_covered = CHEST|GROIN|ARMS
|
||||
//SKYRAT ADDITION START -GOLIATH CLOAK EDIT
|
||||
cold_protection = CHEST|GROIN|ARMS
|
||||
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
|
||||
//SKYRAT ADDITION END
|
||||
|
||||
/obj/item/clothing/suit/hooded/cloak/goliath/AltClick(mob/user)
|
||||
. = ..()
|
||||
@@ -174,10 +170,6 @@
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
|
||||
transparent_protection = HIDEMASK
|
||||
resistance_flags = FIRE_PROOF
|
||||
//SKYRAT ADDITION START -GOLIATH CLOAK EDIT
|
||||
cold_protection = CHEST|GROIN|ARMS
|
||||
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
|
||||
//SKYRAT ADDITION END
|
||||
|
||||
/datum/armor/cloakhood_goliath
|
||||
melee = 35
|
||||
|
||||
Reference in New Issue
Block a user