mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
Gives Workboots Actual Armour (#32138)
* Update misc_shoes.dm * Update misc_shoes.dm * Update misc_shoes.dm
This commit is contained in:
@@ -211,6 +211,9 @@
|
||||
/obj/item/clothing/shoes/workboots
|
||||
name = "work boots"
|
||||
desc = "Thick-soled boots for industrial work environments."
|
||||
flags = THICKMATERIAL
|
||||
armor = list(MELEE = 20, BULLET = 10, LASER = 0, ENERGY = 0, BOMB = 20, RAD = 0, FIRE = 50, ACID = 100)
|
||||
materials = list(MAT_METAL = 1000)
|
||||
can_cut_open = 1
|
||||
icon_state = "workboots"
|
||||
dyeable = FALSE
|
||||
@@ -219,6 +222,7 @@
|
||||
name = "mining boots"
|
||||
desc = "Steel-toed mining boots for mining in hazardous environments. Very good at keeping toes uncrushed."
|
||||
icon_state = "explorer"
|
||||
armor = list(MELEE = 20, BULLET = 10, LASER = 0, ENERGY = 0, BOMB = 20, RAD = 0, FIRE = 200, ACID = 100) // Made for Lavaland so they put some extra asbestos in there, as a treat.
|
||||
resistance_flags = FIRE_PROOF
|
||||
cold_protection = FEET|LEGS
|
||||
min_cold_protection_temperature = SHOES_MIN_TEMP_PROTECT
|
||||
|
||||
Reference in New Issue
Block a user