Merge pull request #6677 from VOREStation/upstream-merge-6737

[MIRROR]  Makes pen click when you click on them
This commit is contained in:
Novacat
2020-02-24 20:28:15 -05:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -24,6 +24,9 @@
var/colour = "black" //what colour the ink is!
pressure_resistance = 2
/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)
/obj/item/weapon/pen/blue
desc = "It's a normal blue ink pen."