Nano-Mob Hunter GO! WIP commit 3: The committening

This commit is contained in:
FalseIncarnate
2016-09-06 04:15:44 -04:00
parent 42b6c73efa
commit cddc7cb340
15 changed files with 118 additions and 44 deletions
+6 -1
View File
@@ -504,4 +504,9 @@ var/global/list/obj/item/device/pda/PDAs = list()
/obj/item/device/pda/process()
if(current_app)
current_app.program_process()
current_app.program_process()
/obj/item/device/pda/hit_check(speed)
if(current_app)
current_app.program_hit_check()
..()