mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
PTBF Backend - Adds further rewards (#27922)
* ptbf rewards * typepath change * iconstate
This commit is contained in:
@@ -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 //
|
||||
///////////////////////
|
||||
|
||||
Reference in New Issue
Block a user