mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Fixed bug involving toolboxes and the Destructive Analyzer
This commit is contained in:
@@ -90,6 +90,9 @@ Note: Must be placed within 3 tiles of the R&D Console
|
||||
busy = 1
|
||||
loaded_item = O
|
||||
user.drop_item()
|
||||
if(istype(O,/obj/item/weapon/storage))
|
||||
var/obj/item/weapon/storage/L = O
|
||||
L.close(user)
|
||||
O.loc = src
|
||||
user << "\blue You add the [O.name] to the machine!"
|
||||
flick("d_analyzer_la", src)
|
||||
|
||||
Reference in New Issue
Block a user