Improves Vaurca Magboot Augment (#19137)

The Vaurca integrated mag-claw augment now mimics magboot functionality
(not slipping, etc) rather than deploying an entire pair of magboots
onto the user. Code shamelessly copied from #18875
This commit is contained in:
RustingWithYou
2024-06-09 17:18:00 +00:00
committed by GitHub
parent 551b153d49
commit 7e5ec54d67
6 changed files with 84 additions and 24 deletions
@@ -280,25 +280,6 @@
action_button_name = "Toggle the magclaws"
/obj/item/clothing/shoes/magboots/vaurca/aug
name = "integrated mag-claws"
desc = "A magnetic-grip system similar to a set of magboots integrated into a Vaurca's leg chitin."
magpulse = 1
slowdown = 3
action_button_name = null
item_flags = ITEM_FLAG_THICK_MATERIAL|ITEM_FLAG_AIRTIGHT|ITEM_FLAG_INJECTION_PORT|ITEM_FLAG_NO_SLIP
canremove = FALSE
/obj/item/clothing/shoes/magboots/vaurca/aug/throw_at()
usr.drop_from_inventory(src)
/obj/item/clothing/shoes/magboots/vaurca/aug/dropped()
. = ..()
qdel(src)
/obj/item/clothing/shoes/magboots/vaurca/aug/negates_gravity()
return TRUE
/obj/item/clothing/suit/space/void/scout
name = "scout armor"
contained_sprite = 1