Fixes armlasers breaking on retract (#498)

This commit is contained in:
CitadelStationBot
2017-04-20 22:03:30 -05:00
committed by Poojawa
parent b003b81f10
commit 19f06b5114
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -11,7 +11,6 @@
/obj/item/weapon/gun/energy/e_gun/advtaser/mounted/dropped()//if somebody manages to drop this somehow...
..()
src.loc = null//send it to nullspace to get retrieved by the implant later on. gotta cover those edge cases.
/obj/item/weapon/gun/energy/laser/mounted
name = "mounted laser"
@@ -25,4 +24,3 @@
/obj/item/weapon/gun/energy/laser/mounted/dropped()
..()
src.loc = null