Merge pull request #5934 from razekpraxis/SyndiePinpointerFix

Lets you wear the NukeOps Pinpointer in PDA slot.
This commit is contained in:
Fox McCloud
2016-12-03 09:40:18 -05:00
committed by GitHub
+1 -1
View File
@@ -179,7 +179,7 @@
/obj/item/weapon/pinpointer/nukeop
var/mode = 0 //Mode 0 locates disk, mode 1 locates the shuttle
var/obj/docking_port/mobile/home = null
slot_flags = SLOT_BELT
slot_flags = SLOT_BELT | SLOT_PDA
/obj/item/weapon/pinpointer/nukeop/attack_self(mob/user as mob)
if(!active)