mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Removed a redundant line.
This commit is contained in:
@@ -51,7 +51,6 @@
|
|||||||
if(M.a_intent == "help")
|
if(M.a_intent == "help")
|
||||||
var/obj/item/weapon/holder/drone/D = new(loc)
|
var/obj/item/weapon/holder/drone/D = new(loc)
|
||||||
src.loc = D
|
src.loc = D
|
||||||
D.name = loc.name
|
|
||||||
D.attack_hand(M)
|
D.attack_hand(M)
|
||||||
M << "You scoop up [src]."
|
M << "You scoop up [src]."
|
||||||
src << "[M] scoops you up."
|
src << "[M] scoops you up."
|
||||||
|
|||||||
Reference in New Issue
Block a user