Fixes armlasers breaking on retract (#498)
This commit is contained in:
committed by
Poojawa
parent
b003b81f10
commit
19f06b5114
@@ -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
|
||||
Reference in New Issue
Block a user