mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
Magboot and glove fix (#19415)
* Magboot and glove fix * Update armblade.dm * Update leash.dm
This commit is contained in:
@@ -507,9 +507,9 @@
|
||||
|
||||
..()
|
||||
|
||||
/obj/item/weldingtool/tubefed/dropped(mob/user)
|
||||
/obj/item/weldingtool/tubefed/dropped(mob/user, equipping, slot)
|
||||
..()
|
||||
if(src.loc != user)
|
||||
if(loc != user)
|
||||
mounted_pack.return_nozzle()
|
||||
to_chat(user, span_notice("\The [src] retracts to its fueltank."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user