Fixes human examine

Fixes issues introduced with the examine tab system by decoupling the
examine() proc from the code that updates a mob's description holders.
Puts a few things in more logical places.
This commit is contained in:
mwerezak
2015-03-09 02:33:43 -04:00
parent db450303c4
commit e5a9b686aa
3 changed files with 27 additions and 33 deletions
@@ -451,7 +451,6 @@
msg += "\n[t_He] is [pose]"
user << msg
..()
//Helper procedure. Called by /mob/living/carbon/human/examine() and /mob/living/carbon/human/Topic() to determine HUD access to security and medical records.
/proc/hasHUD(mob/M as mob, hudtype)
+3
View File
@@ -232,6 +232,9 @@ var/list/slot_equipment_priority = list( \
face_atom(A)
A.examine(src)
if(client)
client.update_description_holders(A)
/mob/verb/pointed(atom/A as mob|obj|turf in view())
set name = "Point To"