mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
Hubert Gruber Patreon Reward!
Hacker T.Dog's patreon reward: Napoleonic Uniform
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user