Hubert Gruber Patreon Reward!

Hacker T.Dog's patreon reward: Napoleonic Uniform
This commit is contained in:
QuoteFox
2020-03-18 15:06:06 +00:00
parent a4764210a4
commit 70656012ba
4 changed files with 18 additions and 3 deletions
+9 -1
View File
@@ -6,4 +6,12 @@
/obj/item/pen/bluemarker/attack_self(mob/user)
user.emote("sniff")
to_chat(user, "<span class='notice'>Ahh~ blueberries!</span>")
to_chat(user, "<span class='notice'>Ahh~ blueberries!</span>")
/obj/item/clothing/suit/napoleonic
name = "napoleonic uniform"
desc = "An heirloom passed down from the Gruber family dynasty."
icon_state = "napoleonic"
item_state = "napoleonic"
body_parts_covered = CHEST|GROIN|ARMS
cold_protection = CHEST|GROIN|ARMS
Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 KiB

After

Width:  |  Height:  |  Size: 390 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

@@ -11,7 +11,7 @@
//Just so admins can test the recent rewards added.
name = "test reward"
category = SLOT_IN_BACKPACK
path = /obj/item/pen/bluemarker
path = /obj/item/clothing/suit/napoleonic
ckeywhitelist = list("quotefox")
/datum/gear/winterblooplush
@@ -37,4 +37,11 @@
name = "Blueberry Marker"
category = SLOT_IN_BACKPACK
path = /obj/item/pen/bluemarker
ckeywhitelist = list("blooberri")
ckeywhitelist = list("blooberri")
/datum/gear/hubertsuit
name = "Napoleonic Uniform"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/suit/napoleonic
ckeywhitelist = list("hackertdog")