Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit ae1dd72

Browse files
authored
few icemeta changes (#22215)
* Update mining_mobs.dm * adds cleated footwraps
1 parent 9634b18 commit ae1dd72

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

code/modules/clothing/shoes/miscellaneous.dm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,12 @@
557557
xenoshoe = YES_DIGIT
558558
mutantrace_variation = DIGITIGRADE_VARIATION
559559

560+
/obj/item/clothing/shoes/xeno_wraps/cargo/cleated
561+
name = "cleated footwraps"
562+
desc = "Standard issue Nanotrasen cloth footwraps, with steel cleats riveted every few inches to help cross ice."
563+
clothing_flags = NOSLIP_ICE
564+
565+
560566
/datum/action/item_action/dash
561567
name = "Dash"
562568
desc = "Momentarily maximizes the jets of the shoes, allowing the user to dash a short distance."

code/modules/jobs/job_types/shaft_miner.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
ears = /obj/item/radio/headset/headset_cargo/mining
5050
shoes = /obj/item/clothing/shoes/workboots/mining
51-
digitigrade_shoes = /obj/item/clothing/shoes/xeno_wraps/cargo
51+
digitigrade_shoes = /obj/item/clothing/shoes/xeno_wraps/cargo/cleated
5252
gloves = /obj/item/clothing/gloves/color/black
5353
uniform = /obj/item/clothing/under/rank/cargo/miner/lavaland
5454
neck = /obj/item/clothing/neck/bodycam/miner

code/modules/mob/living/simple_animal/hostile/mining_mobs/mining_mobs.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
vision_range = 2
44
atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0)
55
faction = list("mining")
6-
weather_immunities = list(WEATHER_LAVA, WEATHER_ASH)
6+
weather_immunities = list(WEATHER_LAVA, WEATHER_ASH, WEATHER_SNOW)
77
obj_damage = 30
88
environment_smash = ENVIRONMENT_SMASH_WALLS
99
minbodytemp = 0

code/modules/vending/wardrobes.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
/obj/item/clothing/under/rank/cargo/tech/skirt/turtleneck = 3,
191191
/obj/item/clothing/shoes/sneakers/black = 3,
192192
/obj/item/clothing/shoes/xeno_wraps/cargo = 3,
193+
/obj/item/clothing/shoes/xeno_wraps/cargo/cleated = 1,
193194
/obj/item/clothing/gloves/fingerless = 3,
194195
/obj/item/clothing/head/soft = 3,
195196
/obj/item/radio/headset/headset_cargo = 3,

0 commit comments

Comments
 (0)