mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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 )))
|
||||
|
||||
Reference in New Issue
Block a user