Modular computers changes (#19928)

* Fixes and documentation.

* WIp on laptop vendor

* some fixes
This commit is contained in:
Shadowlight213
2016-08-19 21:03:10 +12:00
committed by oranges
parent 8f06831211
commit 98114703e8
17 changed files with 444 additions and 24 deletions
@@ -121,7 +121,7 @@
/obj/item/modular_computer/attack_ghost(mob/dead/observer/user)
if(enabled)
ui_interact(user)
else if(check_rights_for(user.client, R_ADMIN))
else if(IsAdminGhost(user))
var/response = alert(user, "This computer is turned off. Would you like to turn it on?", "Admin Override", "Yes", "No")
if(response == "Yes")
turn_on(user)