mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -562,7 +562,7 @@
|
||||
loot_list = list(/obj/item/material/knife/tacknife/combatknife = 100)
|
||||
|
||||
/mob/living/simple_mob/humanoid/merc/melee/sword/poi
|
||||
loot_list = list(/obj/item/melee/energy/sword/color = 20,
|
||||
loot_list = list(/obj/item/melee/energy/sword = 20,
|
||||
/obj/item/shield/energy = 40
|
||||
)
|
||||
|
||||
|
||||
@@ -335,7 +335,7 @@
|
||||
icon = 'icons/mob/vacpack_swoop.dmi'
|
||||
item_state = null
|
||||
|
||||
/obj/item/vac_attachment/swoopie/dropped(mob/user) //This should fix it sitting on the ground until the next life() tick
|
||||
/obj/item/vac_attachment/swoopie/dropped(mob/user, equipping, slot) //This should fix it sitting on the ground until the next life() tick
|
||||
. = ..()
|
||||
if(!vac_owner)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user