forked from Bubberstation/Bubberstation
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Bubberstation:master' into master
- Loading branch information
Showing
29 changed files
with
2,357 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "DimWhat for spriting, SigmaPredator for helping me with organizing this, and my (theselfish) poor keyboard." | ||
delete-after: True | ||
changes: | ||
- rscadd: "Nearly every job has a Bunny outfit. I am not joking. Check your vendors." |
9 changes: 9 additions & 0 deletions
9
modular_zubbers/code/modules/antagonists/uplink/uplinkdatums.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,9 @@ | ||
/datum/uplink_item/bundles_tc/bunny | ||
name = "Syndicate Bunny Kit" | ||
desc = "Straight from the dens of Carota. The Tactical Rabbit Ensemble. \ | ||
Made for Tactical Rabbit Action, it's been adapted for use by the Syndicate, your welcome. \ | ||
This kit contains one armor-lined rabbit costume, white combat gloves and one single carrot shiv. (Carrot shiv may be eaten in transit.)" | ||
item = /obj/item/storage/box/syndibunny | ||
cost = 8 | ||
purchasable_from = UPLINK_NUKE_OPS | ||
|
15 changes: 15 additions & 0 deletions
15
modular_zubbers/code/modules/antagonists/uplink/uplinkitems.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,15 @@ | ||
/obj/item/storage/box/syndibunny | ||
name = "Syndicate bunny assassin outfit" | ||
desc = "A box containing a high tech specialized syndicate... bunny suit?" | ||
icon_state = "syndiebox" | ||
|
||
/obj/item/storage/box/syndibunny/PopulateContents() | ||
generate_items_inside(list( | ||
/obj/item/clothing/head/playbunnyears/syndicate = 1, | ||
/obj/item/clothing/under/syndicate/syndibunny = 1, | ||
/obj/item/clothing/suit/jacket/tailcoat/syndicate = 1, | ||
/obj/item/clothing/neck/tie/bunnytie/syndicate = 1, | ||
/obj/item/clothing/shoes/fancy_heels/syndi = 1, | ||
/obj/item/clothing/gloves/combat/white = 1, | ||
), src) | ||
|
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.