-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic weaponry, Syndicate Items and more! (#4181)
* Draf of Big PR that adds Guns, weaponized lipstick, parrying and chaplain scythe. * draf PR thingy * Revert "Draf of Big PR that adds Guns, weaponized lipstick, parrying and chaplain scythe." This reverts commit 0c040df. * Reapply "Draf of Big PR that adds Guns, weaponized lipstick, parrying and chaplain scythe." This reverts commit 2a164de. * Revert "draf PR thingy" This reverts commit c0bba93. * Syndicate Presents... GUNS!! * Syndicate presents... more weapons!! * updated the prices cause I forgot to do that earlier * forgot those sprites, tee hee~ * What the fuck is a "emergency_clown"?! Why? the PR was done and then this came along?! god damnit... * "MERGE CONFLICT" Get meow conflicted I hate when merge conflict happens, and I will add a new cat each fucking merge conflict and that I promise. * get meow conflicted part 2 * dumb * fixes cat runtime, this should work now. * fuck this game * sprite fix for rebar crossbow * lipstickfix --------- Co-authored-by: ThePooba <[email protected]>
- Loading branch information
1 parent
d85f481
commit 6a54ec3
Showing
55 changed files
with
709 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
code/game/objects/items/granters/crafting/rebarxbowsyndie.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/obj/item/book/granter/crafting_recipe/dusting/rebarxbowsyndie_ammo | ||
name = "SYNDICATE REBAR CROSSBOW AMMO CRAFTING MANUAL" | ||
desc = "This book will self destruct upon being read a second time." | ||
crafting_recipe_types = list( | ||
/datum/crafting_recipe/rebarsyndie | ||
) | ||
uses = 1 | ||
remarks = list( | ||
"AIM FOR THE LEGS TO CRIPPLE YOUR FOES", | ||
"USE A ROD AND WIRECUTTERS TO MAKE BETTER AMMO", | ||
"BE AWARE OF THE SCOPE'S BLIND SPOTS", | ||
"READ THIS BOOK AGAIN TO DUST IT.", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.