Skip to content

Commit

Permalink
[MIRROR] Pirate-themed guns now fit on pirate clothes (#710) (#1775)
Browse files Browse the repository at this point in the history
* Pirate-themed guns now fit on pirate clothes (#81189)

## About The Pull Request

The laser musket and smoothbore disabler are themed heavily towards
pirate stuff (main thinking of the movie treasure planet) so I thought
since the guns aren't held up as great as traditional guns, pirates
should at least be able to wear them on their suits, so this does
exactly that.

## Why It's Good For The Game

It encourages pirate costume wearing people to use pirate-themed guns
which I think is a positive.

## Changelog

:cl:
balance: Pirate suits can now hold the laser musket and smoothbore
disabler.
/:cl:

* Pirate-themed guns now fit on pirate clothes

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: John Willard <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 7b33d02 commit 73cec32
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion code/modules/clothing/suits/costume.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@
icon_state = "pirate"
inhand_icon_state = null
body_parts_covered = CHEST|GROIN|ARMS
allowed = list(/obj/item/melee/energy/sword/pirate, /obj/item/clothing/glasses/eyepatch, /obj/item/reagent_containers/cup/glass/bottle/rum)
allowed = list(
/obj/item/melee/energy/sword/pirate,
/obj/item/clothing/glasses/eyepatch,
/obj/item/reagent_containers/cup/glass/bottle/rum,
/obj/item/gun/energy/laser/musket,
/obj/item/gun/energy/disabler/smoothbore,
)
species_exception = list(/datum/species/golem)

/obj/item/clothing/suit/costume/pirate/armored
Expand Down

0 comments on commit 73cec32

Please sign in to comment.