Revert "Show borg position in status panel"

This reverts commit 034adc9069.
This commit is contained in:
Tayyyyyyy
2018-03-03 17:56:21 -06:00
parent 44f6def6af
commit e4e0c178a1
@@ -533,9 +533,6 @@ var/list/robot_verbs_default = list(
else
stat(null, text("No Cell Inserted!"))
/mob/living/silicon/robot/proc/show_position()
var/turf/pos = get_turf(src)
stat(null, text("Position: ([pos.x], [pos.y], [pos.z])"))
// update the status screen display
/mob/living/silicon/robot/Stat()
@@ -543,7 +540,6 @@ var/list/robot_verbs_default = list(
statpanel("Status")
if(client.statpanel == "Status")
show_cell_power()
show_position()
/mob/living/silicon/robot/restrained()
return 0