Pens now clicky clicky (#6393)

Doesn't change how pens work at a functional level, they can just be clicky clicky'd now.
This commit is contained in:
William Lemon
2019-05-09 22:26:46 +10:00
committed by Werner
parent 87efc6aea3
commit b4f2347a2d
3 changed files with 45 additions and 0 deletions

View File

@@ -69,6 +69,10 @@
msg_admin_attack("[user.name] ([user.ckey]) Used the [name] to stab [M.name] ([M.ckey]) (<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[user.x];Y=[user.y];Z=[user.z]'>JMP</a>)",ckey=key_name(user),ckey_target=key_name(M))
return
/obj/item/weapon/pen/attack_self(var/mob/user)
to_chat(user, "<span class='notice'>Click.</span>")
playsound(loc, 'sound/items/penclick.ogg', 50, 1)
/*
* Reagent pens
*/