Fixes: AI won't steal fax, and mice won't flip tables anymore.

This commit is contained in:
volas
2013-11-30 23:54:06 +04:00
parent e05b7f4341
commit e33490d80a
2 changed files with 9 additions and 4 deletions

View File

@@ -84,10 +84,13 @@
if(href_list["remove"])
if(tofax)
tofax.loc = usr.loc
usr.put_in_hands(tofax)
usr << "<span class='notice'>You take the paper out of \the [src].</span>"
tofax = null
if(!ishuman(usr))
usr << "<span class='warning'>You can't do it.</span>"
else
tofax.loc = usr.loc
usr.put_in_hands(tofax)
usr << "<span class='notice'>You take the paper out of \the [src].</span>"
tofax = null
if(href_list["scan"])
if (scan)