Some more changes/improvements. Proper torso sprite for monkeys

This commit is contained in:
SkyMarshal
2012-04-02 21:52:30 -07:00
parent 5b20f6a2fd
commit 9e694e545b
8 changed files with 92 additions and 41 deletions
+1 -1
View File
@@ -140,7 +140,7 @@
for(var/obj/item/weapon/book/b in src.contents)
books.Add(b)
if(books.len)
var/obj/item/weapon/book/choice = input("Which book would you like to remove from the shelf?") in books|null as obj|null
var/obj/item/weapon/book/choice = input("Which book would you like to remove from the shelf?") as null|anything in books
if(choice)
choice.loc = src.loc
else