Nano-Mob Hunter GO! WIP commit 2: electric bugaloo

This commit is contained in:
FalseIncarnate
2016-09-05 01:19:07 -04:00
parent 78d311d20a
commit 42b6c73efa
8 changed files with 142 additions and 38 deletions
+3
View File
@@ -427,6 +427,9 @@ var/global/list/obj/item/device/pda/PDAs = list()
user.drop_item()
C.forceMove(src)
to_chat(user, "<span class='notice'>You slide \the [C] into \the [src].</span>")
else if(istype(C, /obj/item/weapon/nanomob_card))
if(cartridge && istype(cartridge, /obj/item/weapon/cartridge/mob_hunt_game))
cartridge.attackby(C, user, params)
/obj/item/device/pda/attack(mob/living/C as mob, mob/living/user as mob)
if(istype(C, /mob/living/carbon) && scanmode)