Improved rigged crate code for some anon on /vg/

Made syringe guns do no damage on behalf of coderbus.

Added some new book sprites and updated some books.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5134 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-11-20 16:06:14 +00:00
parent f2c1898b6a
commit 6db2d55bbd
4 changed files with 42 additions and 15 deletions
+1 -3
View File
@@ -82,9 +82,7 @@
log_attack("<font color='red'>UNKNOWN shot [M] ([M.ckey]) with a <b>syringegun</b> ([R])</font>")
if(D.reagents)
D.reagents.trans_to(M, 15)
M.take_organ_damage(5)
for(var/mob/O in viewers(world.view, D))
O.show_message("\red [M.name] is hit by the syringe!", 1)
M.visible_message("<span class='danger'>[M] is hit by the syringe!</span>")
del(D)
if(D)