Skip to content

Commit

Permalink
fixCE
Browse files Browse the repository at this point in the history
  • Loading branch information
Riverz1 committed Jan 30, 2025
1 parent dfdb581 commit d98abc4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
7 changes: 3 additions & 4 deletions code/modules/clothing/shoes/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,11 @@
icon_state = "advmag0"
magboot_state = "advmag"

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

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

0 comments on commit d98abc4

Please sign in to comment.