mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -263,7 +263,6 @@
|
||||
* Energy Sword
|
||||
*/
|
||||
/obj/item/melee/energy/sword
|
||||
color
|
||||
name = "energy sword"
|
||||
desc = "May the force be within you."
|
||||
icon_state = "esword"
|
||||
@@ -285,7 +284,7 @@
|
||||
|
||||
projectile_parry_chance = 65
|
||||
|
||||
/obj/item/melee/energy/sword/dropped(mob/user)
|
||||
/obj/item/melee/energy/sword/dropped(mob/user, equipping, slot)
|
||||
..()
|
||||
if(!istype(loc,/mob))
|
||||
deactivate(user)
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
else
|
||||
set_light(0)
|
||||
|
||||
/obj/item/melee/shock_maul/dropped(mob/user)
|
||||
/obj/item/melee/shock_maul/dropped(mob/user, equipping, slot)
|
||||
..()
|
||||
if(status)
|
||||
status = 0
|
||||
|
||||
Reference in New Issue
Block a user