Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
Riverz1 committed Jan 29, 2025
1 parent e8577a8 commit dfdb581
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
@@ -209,6 +209,13 @@
icon_state = "advmag0"
magboot_state = "advmag"

/obj/item/clothing/shoes/magboots/ce
name = "advanced magboots CE"
desc = "A pair of advanced magboots designed specifically for CE."
slowdown_off = -1
icon_state = "advmag0"
magboot_state = "advmag"

/obj/item/clothing/shoes/roman
name = "roman sandals"
desc = "Sandals with buckled leather straps on it."
2 changes: 1 addition & 1 deletion maps/boxstation/boxstation.dmm
Original file line number Diff line number Diff line change
@@ -15670,7 +15670,7 @@
/area/station/security/lobby)
"aAZ" = (
/obj/structure/rack,
/obj/item/clothing/shoes/magboots,
/obj/item/clothing/shoes/magboots/ce,
/obj/item/clothing/suit/space/rig/engineering/chief,
/obj/item/clothing/mask/breath,
/obj/item/clothing/head/helmet/space/rig/engineering/chief,
2 changes: 1 addition & 1 deletion maps/delta/delta.dmm
Original file line number Diff line number Diff line change
@@ -63128,7 +63128,7 @@
/area/station/rnd/hallway)
"lzo" = (
/obj/structure/rack,
/obj/item/clothing/shoes/magboots,
/obj/item/clothing/shoes/magboots/ce,
/obj/item/clothing/mask/breath,
/obj/item/clothing/suit/space/rig/engineering/chief,
/obj/item/clothing/head/helmet/space/rig/engineering/chief,
2 changes: 1 addition & 1 deletion maps/falcon/falcon.dmm
Original file line number Diff line number Diff line change
@@ -20732,7 +20732,7 @@
/area/station/solar/auxstarboard)
"kGV" = (
/obj/structure/rack,
/obj/item/clothing/shoes/magboots,
/obj/item/clothing/shoes/magboots/ce,
/obj/item/clothing/mask/breath,
/obj/item/clothing/suit/space/rig/engineering/chief,
/obj/item/clothing/head/helmet/space/rig/engineering/chief,
2 changes: 1 addition & 1 deletion maps/gamma/gamma.dmm
Original file line number Diff line number Diff line change
@@ -12584,7 +12584,7 @@
network = list("SS13","Engineering")
},
/obj/item/clothing/suit/space/rig/engineering/chief,
/obj/item/clothing/shoes/magboots,
/obj/item/clothing/shoes/magboots/ce,
/obj/item/clothing/head/helmet/space/rig/engineering/chief,
/obj/item/clothing/mask/breath,
/turf/simulated/floor{
2 changes: 1 addition & 1 deletion maps/prometheus/prometheus.dmm
Original file line number Diff line number Diff line change
@@ -57472,7 +57472,7 @@
network = list("SS13","Engineering")
},
/obj/item/clothing/suit/space/rig/engineering/chief,
/obj/item/clothing/shoes/magboots,
/obj/item/clothing/shoes/magboots/ce,
/obj/item/clothing/head/helmet/space/rig/engineering/chief,
/obj/item/clothing/mask/breath,
/turf/simulated/floor{
2 changes: 1 addition & 1 deletion maps/stroechka/stroechka.dmm
Original file line number Diff line number Diff line change
@@ -6103,7 +6103,7 @@
"Cw" = (
/obj/structure/rack,
/obj/item/clothing/suit/space/rig/engineering/chief,
/obj/item/clothing/shoes/magboots,
/obj/item/clothing/shoes/magboots/ce,
/obj/item/clothing/head/helmet/space/rig/engineering/chief,
/obj/item/clothing/mask/breath,
/obj/item/weapon/storage/firstaid/small_firstaid_kit/space,

0 comments on commit dfdb581

Please sign in to comment.