mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Revert "Show borg position in status panel"
This reverts commit 034adc9069.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user