mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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 🆑 balance: Pirate suits can now hold the laser musket and smoothbore disabler. /🆑
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user