Skip to content

Commit

Permalink
S-Corp Fishing Rod (#2146)
Browse files Browse the repository at this point in the history
* S-Corp Fishing Rod

* Update ModularTegustation/tegu_items/refinery/crates/corporation.dm

Co-authored-by: Gboster-0 <[email protected]>

---------

Co-authored-by: Gboster-0 <[email protected]>
Co-authored-by: Kirie Saito <[email protected]>
  • Loading branch information
3 people authored May 18, 2024
1 parent a68f0a7 commit 299d250
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ModularTegustation/fishing/code/fishing_items/fishing_rod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,13 @@
icon_state = "rod_titanium"
rod_level = 1.4


//Gacha Rods. Obtained through gacha crates.
/obj/item/fishing_rod/wellcheers
name = "Wellcheers fishing rod"
desc = "One of S-Corp's famous fishing rods. They're known to be the best fishing rods in the city."
icon_state = "rod_wellcheer"
speed_modifier = 2
rod_level = 2
#undef ROD_SLOT_LINE
#undef ROD_SLOT_HOOK
#undef FISHSKILLEXP
Binary file modified ModularTegustation/fishing/icons/fishing.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
/obj/item/grenade/spawnergrenade/shrimp/super,
/obj/item/grenade/spawnergrenade/shrimp/hostile,
/obj/item/reagent_containers/pill/shrimptoxin,
/obj/item/fishing_rod/wellcheers,
)

cosmeticloot = list(
Expand Down

0 comments on commit 299d250

Please sign in to comment.