mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #30005 from Cyberboss/nothing_happened
Fixes stray /weapon
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
handle_item_insertion(I, 0 , L)
|
||||
|
||||
|
||||
/obj/item/weapon/storage/get_dumping_location(obj/item/weapon/storage/source,mob/user)
|
||||
/obj/item/storage/get_dumping_location(obj/item/storage/source,mob/user)
|
||||
return src
|
||||
|
||||
//Tries to dump content
|
||||
@@ -416,7 +416,7 @@
|
||||
|
||||
handle_item_insertion(W, 0 , user)
|
||||
|
||||
/obj/item/weapon/storage/AllowDrop()
|
||||
/obj/item/storage/AllowDrop()
|
||||
return TRUE
|
||||
|
||||
/obj/item/storage/attack_hand(mob/user)
|
||||
|
||||
@@ -247,7 +247,7 @@
|
||||
AM.forceMove(T)
|
||||
..()
|
||||
|
||||
/obj/machinery/disposal/get_dumping_location(obj/item/weapon/storage/source,mob/user)
|
||||
/obj/machinery/disposal/get_dumping_location(obj/item/storage/source,mob/user)
|
||||
return src
|
||||
|
||||
//How disposal handles getting a storage dump from a storage object
|
||||
|
||||
Reference in New Issue
Block a user