mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
This reverts commit a71f9fbd44.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
/mob/dead/observer/Login()
|
||||
..()
|
||||
observers += src
|
||||
|
||||
|
||||
client.show_popup_menus = TRUE
|
||||
|
||||
if(src.check_rights(R_ADMIN|R_FUN))
|
||||
to_chat(src, "<span class='warning'>You are now an admin ghost. Think of yourself as an AI that doesn't show up anywhere and cannot speak. You can access any console or machine by standing next to it and clicking on it. Abuse of this privilege may result in hilarity or removal of your flags, so caution is recommended.</span>")
|
||||
|
||||
if(client)
|
||||
client.CAN_MOVE_DIAGONALLY = TRUE
|
||||
client.CAN_MOVE_DIAGONALLY = 1
|
||||
|
||||
/mob/dead/observer/MouseDrop(atom/over)
|
||||
if(!usr || !over)
|
||||
|
||||
Reference in New Issue
Block a user