mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
Head band and patreon rewards
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/obj/item/clothing/head/maidband
|
||||
name = "maid head-band"
|
||||
desc = "To complete the maid look."
|
||||
icon_state = "maid_head"
|
||||
item_state = "maid_head"
|
||||
icon = 'hyperstation/icons/obj/clothing/head.dmi'
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/head.dmi'
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
@@ -15,3 +15,13 @@
|
||||
item_state = "napoleonic"
|
||||
body_parts_covered = CHEST|GROIN|ARMS
|
||||
cold_protection = CHEST|GROIN|ARMS
|
||||
|
||||
/obj/item/clothing/suit/shackles
|
||||
name = "Plastitanium Shackles"
|
||||
desc = "A set of heavy plastitanium shackles, there are chains still attatched"
|
||||
icon_state = "shackles"
|
||||
item_state = "shackles"
|
||||
icon = 'hyperstation/icons/mobs/rewards.dmi'
|
||||
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 423 B |
Binary file not shown.
|
After Width: | Height: | Size: 464 B |
Binary file not shown.
|
Before Width: | Height: | Size: 319 B After Width: | Height: | Size: 390 B |
Binary file not shown.
|
After Width: | Height: | Size: 475 B |
@@ -43,6 +43,7 @@
|
||||
product_slogans = "Kinky!;Sexy!;Check me out, big boy!"
|
||||
vend_reply = "Have fun, you shameless pervert!"
|
||||
products = list(
|
||||
/obj/item/clothing/head/maidband = 5,
|
||||
/obj/item/clothing/under/maid = 5,
|
||||
/obj/item/clothing/under/stripper_pink = 5,
|
||||
/obj/item/clothing/under/stripper_green = 5,
|
||||
|
||||
@@ -9,9 +9,9 @@
|
||||
|
||||
/datum/gear/testreward
|
||||
//Just so admins can test the recent rewards added.
|
||||
name = "Caveman Plush"
|
||||
name = "Plastitanium Shackles"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/mammal/grug
|
||||
path = /obj/item/clothing/suit/shackles
|
||||
ckeywhitelist = list("quotefox")
|
||||
|
||||
/datum/gear/testrewardtwo
|
||||
@@ -56,3 +56,11 @@
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/toy/plush/mammal/grug
|
||||
ckeywhitelist = list("herrdoktah")
|
||||
|
||||
|
||||
/datum/gear/hshack
|
||||
name = "Plastitanium Shackles"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/clothing/suit/shackles
|
||||
ckeywhitelist = list("heliocintrini")
|
||||
|
||||
|
||||
@@ -2881,6 +2881,7 @@
|
||||
#include "hyperstation\code\mobs\mimic.dm"
|
||||
#include "hyperstation\code\mobs\werewolf.dm"
|
||||
#include "hyperstation\code\modules\antagonists\werewolf\werewolf.dm"
|
||||
#include "hyperstation\code\modules\clothing\head.dm"
|
||||
#include "hyperstation\code\modules\crafting\recipes.dm"
|
||||
#include "hyperstation\code\modules\resize\holder_micro.dm"
|
||||
#include "hyperstation\code\modules\resize\resizing.dm"
|
||||
|
||||
Reference in New Issue
Block a user