Added link to examine shown item.

Removed grab handler because it's an abstract item.
This commit is contained in:
Chinsky
2013-12-25 02:44:42 +04:00
parent ddcc5386eb
commit ab727aef11
2 changed files with 12 additions and 6 deletions

View File

@@ -776,6 +776,14 @@
if(istype(usr,/mob/living/silicon/robot))
var/mob/living/silicon/robot/U = usr
R.fields[text("com_[counter]")] = text("Made by [U.name] ([U.modtype] [U.braintype]) on [time2text(world.realtime, "DDD MMM DD hh:mm:ss")], [game_year]<BR>[t1]")
if (href_list["lookitem"])
var/obj/item/I = locate(href_list["lookitem"])
I.examine()
if (href_list["lookmob"])
var/mob/M = locate(href_list["lookmob"])
M.examine()
..()
return