Skip to content

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed Dec 17, 2023
1 parent 3a86269 commit 74fffea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code/modules/clothing/head/soft_caps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,5 @@

/obj/item/clothing/head/soft/fishing_hat/Initialize(mapload)
. = ..()
AddElement(/datum/element/skill_reward, /datum/skill/fishing)
if(add_element) //monkestation edit
AddElement(/datum/element/skill_reward, /datum/skill/fishing)
7 changes: 7 additions & 0 deletions monkestation/code/modules/trading/lootbox_clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
acid = 30
wound = 0

/obj/item/clothing/head/soft/fishing_hat
///Do we add the skill reward element to this or not
var/add_element = TRUE

/obj/item/clothing/head/soft/fishing_hat/lootbox
add_element = FALSE

//versions of clothing with low armor to get given by lootboxes
/obj/item/clothing/head/beanie/durathread/lootbox/Initialize(mapload)
. = ..()
Expand Down
2 changes: 1 addition & 1 deletion monkestation/code/modules/trading/lootbox_odds.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ GLOBAL_LIST_INIT(possible_lootbox_clothing, list(
/obj/item/clothing/head/rasta,
/obj/item/clothing/head/recruiter_cap/lootbox,
/obj/item/clothing/head/saints,
/obj/item/clothing/head/soft/fishing_hat, //im tempted to make this extra rare
/obj/item/clothing/head/soft/fishing_hat/lootbox, //im tempted to make this extra rare
/obj/item/clothing/head/soft/rainbow,
/obj/item/clothing/head/soft/sec/lootbox,
/obj/item/clothing/head/utility/hardhat/pumpkinhead/lootbox,
Expand Down

0 comments on commit 74fffea

Please sign in to comment.