mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
Move boots, give CE rig advanced boots too
This commit is contained in:
@@ -56,4 +56,6 @@
|
||||
if(magpulse)
|
||||
slowdown = shoes ? max(SHOES_SLOWDOWN, shoes.slowdown) : SHOES_SLOWDOWN //So you can't put on magboots to make you walk faster.
|
||||
else if(shoes)
|
||||
slowdown = shoes.slowdown
|
||||
slowdown = shoes.slowdown
|
||||
else
|
||||
slowdown = SHOES_SLOWDOWN
|
||||
@@ -43,3 +43,13 @@
|
||||
|
||||
/obj/item/clothing/suit/space/rig
|
||||
species_restricted = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_TAJ, SPECIES_UNATHI, SPECIES_NEVREAN, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_ZORREN_HIGH, SPECIES_VULPKANIN, SPECIES_PROMETHEAN, SPECIES_VOX, SPECIES_TESHARI, SPECIES_VASILISSAN, SPECIES_RAPALA, SPECIES_ALRAUNE, SPECIES_FENNEC, SPECIES_XENOHYBRID)
|
||||
|
||||
/obj/item/clothing/shoes/magboots/rig/ce
|
||||
name = "advanced boots"
|
||||
/obj/item/clothing/shoes/magboots/rig/ce/set_slowdown()
|
||||
if(magpulse)
|
||||
slowdown = shoes ? max(SHOES_SLOWDOWN, shoes.slowdown) : SHOES_SLOWDOWN //So you can't put on magboots to make you walk faster.
|
||||
else if(shoes)
|
||||
slowdown = shoes.slowdown
|
||||
else
|
||||
slowdown = SHOES_SLOWDOWN
|
||||
@@ -162,6 +162,7 @@
|
||||
|
||||
helm_type = /obj/item/clothing/head/helmet/space/rig/ce
|
||||
glove_type = /obj/item/clothing/gloves/gauntlets/rig/ce
|
||||
boot_type = /obj/item/clothing/shoes/magboots/rig/ce //VOREStation Add
|
||||
|
||||
allowed = list(
|
||||
/obj/item/device/flashlight,
|
||||
|
||||
@@ -2242,6 +2242,7 @@
|
||||
"aei" = (
|
||||
/obj/structure/table/reinforced,
|
||||
/obj/machinery/camera/network/engineering,
|
||||
/obj/item/clothing/shoes/magboots/adv,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/heads/chief)
|
||||
"aej" = (
|
||||
@@ -19697,7 +19698,6 @@
|
||||
},
|
||||
/obj/item/clothing/mask/breath,
|
||||
/obj/item/weapon/rig/ce/equipped,
|
||||
/obj/item/clothing/shoes/magboots/adv,
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/crew_quarters/heads/chief)
|
||||
"aQh" = (
|
||||
|
||||
Reference in New Issue
Block a user