Patreon Reward - Blue marker

added a new rewards.dm in hyperstation to keep better track of rewards.
This commit is contained in:
QuoteFox
2020-03-07 20:12:25 +00:00
parent 85db9b4946
commit 602602c2f0
4 changed files with 21 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
/obj/item/pen/bluemarker
name = "blue marker"
desc = "A simple blueberry scented marker."
icon_state = "marker_blue"
colour = "blue"
/obj/item/pen/bluemarker/attack_self(mob/user)
user.emote("sniff")
to_chat(user, "<span class='notice'>Ahh~ blueberries!</span>")