Adding zlevel 8, for a game/rp element/admindickery thing.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@243 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uhangi@gmail.com
2010-10-04 04:07:38 +00:00
parent 81113d27bb
commit be00348fef
9 changed files with 1445 additions and 961 deletions
+17
View File
@@ -510,6 +510,23 @@
..()
return
/obj/item/weapon/directions/attack_hand(mob/user as mob)
if (istype(usr, /mob/living/carbon/human))
if (prob(50))
usr << "\blue You try to read the paper, but it breaks apart in your hand. Must have been pretty old.."
del(src)
return
else
if (user.knowledge < 1)
usr << "\red As you read over the paper, you slowly realize what you are reading. You quickly memorize the words on the paper before it breaks apart in your hand, and slips through your fingers."
user.knowledge++
del(src)
return
else
usr << "\blue You already have read this paper."
return
return
/obj/item/assembly/rad_ignite/attackby(obj/item/weapon/W as obj, mob/user as mob)
if ((istype(W, /obj/item/weapon/wrench) && !( src.status )))