From d9a76bef17c6d0c40178beea98cc99b7dd89ffcf Mon Sep 17 00:00:00 2001 From: SamCroswell Date: Tue, 7 Jul 2015 02:18:11 -0400 Subject: [PATCH] GPS now goes in the hand --- code/modules/telesci/telesci_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/telesci/telesci_computer.dm b/code/modules/telesci/telesci_computer.dm index 60570fac396..1a152c52308 100644 --- a/code/modules/telesci/telesci_computer.dm +++ b/code/modules/telesci/telesci_computer.dm @@ -364,7 +364,7 @@ if(href_list["ejectGPS"]) if(inserted_gps) - inserted_gps.loc = usr.loc + usr.put_in_hands(inserted_gps) inserted_gps = null if(href_list["setMemory"])