Reverted r3944, with the exception of stock_parts.dmi

Fixed issue 605.

Committing minor adjustments to watercloset.dm and paperbin.dm too!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3947 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-06-29 15:56:51 +00:00
parent feeb0fa395
commit 7f5de70b91
15 changed files with 654 additions and 293 deletions
+2 -3
View File
@@ -46,9 +46,8 @@
P.loc = user.loc
if(ishuman(user))
if(!user.get_active_hand())
user.put_in_hands(P)
user << "You take a paper out of the bin."
user.put_in_hands(P)
user << "You take a paper out of the bin."
else
P.loc = get_turf_loc(src)
user << "You take a paper out of the bin."