Removed a redundant line.

This commit is contained in:
Zuhayr
2014-05-11 22:03:28 +09:30
parent 85279c97c4
commit a570f02835

View File

@@ -51,7 +51,6 @@
if(M.a_intent == "help")
var/obj/item/weapon/holder/drone/D = new(loc)
src.loc = D
D.name = loc.name
D.attack_hand(M)
M << "You scoop up [src]."
src << "[M] scoops you up."