PTBF Backend - Adds further rewards (#27922)
* ptbf rewards * typepath change * iconstate
@@ -1841,5 +1841,33 @@
|
||||
item_state = "colin_earle"
|
||||
item_color = "colin_earle"
|
||||
|
||||
// Paratoberfest/contributor rewards
|
||||
/obj/item/clothing/accessory/pin/reward // Default pin, DO NOT USE - Use the subtypes below
|
||||
icon = 'icons/obj/custom_items.dmi'
|
||||
icon_state = "pin_coding"
|
||||
item_state = "pin_coding"
|
||||
item_color = "pin_coding"
|
||||
|
||||
/obj/item/clothing/accessory/pin/reward/coding
|
||||
name = "Coding Contribution Pin"
|
||||
desc = "A commemorative pin to reward contributions of coding."
|
||||
icon_state = "pin_coding"
|
||||
item_state = "pin_coding"
|
||||
item_color = "pin_coding"
|
||||
|
||||
/obj/item/clothing/accessory/pin/reward/mapping
|
||||
name = "Mapping Contribution Pin"
|
||||
desc = "A commemorative pin to reward contributions of mapping."
|
||||
icon_state = "pin_mapping"
|
||||
item_state = "pin_mapping"
|
||||
item_color = "pin_mapping"
|
||||
|
||||
/obj/item/clothing/accessory/pin/reward/spriting
|
||||
name = "Spriting Contribution Pin"
|
||||
desc = "A commemorative pin to reward contributions of spriting."
|
||||
icon_state = "pin_spriting"
|
||||
item_state = "pin_spriting"
|
||||
item_color = "pin_spriting"
|
||||
|
||||
#undef USED_MOD_HELM
|
||||
#undef USED_MOD_SUIT
|
||||
|
||||
@@ -571,6 +571,15 @@
|
||||
icon_state = "tank_stripes"
|
||||
//end tanktops
|
||||
|
||||
//paratoberfest/contributor reward items
|
||||
/datum/sprite_accessory/undershirt/reward
|
||||
fluff = TRUE
|
||||
|
||||
/datum/sprite_accessory/undershirt/reward/ptbf24
|
||||
name = "Great Synthwave Shirt"
|
||||
icon_state = "shirt_ptbf24"
|
||||
//end rewards
|
||||
|
||||
///////////////////////
|
||||
// Socks Definitions //
|
||||
///////////////////////
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 112 KiB |