Merge pull request #10388 from CameronWoof/ez-valids

Adds the "View Crew Manifest" verb to Robots
This commit is contained in:
Lin
2020-01-02 23:54:14 +00:00
committed by GitHub
3 changed files with 18 additions and 10 deletions
@@ -1298,4 +1298,12 @@
/mob/living/silicon/robot/adjustStaminaLossBuffered(amount, updating_health = 1)
if(istype(cell))
cell.charge -= amount*5
cell.charge -= amount*5
/mob/living/silicon/robot/verb/viewmanifest()
set category = "Robot Commands"
set name = "View Crew Manifest"
if(usr.stat == DEAD)
return //won't work if dead
ai_roster()