mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Clown Traitor Item Additions (#3990)
## About The Pull Request Adds a few of the clown operative items to regular clown traitors such as. Clown Combat Shoes. 3 TC. Just no-slip clown shoes, slightly armored. As such they cost 3 tc intead of 2. Bananium Energy Sword 3 TC. Just the bananium energy sword, just ported over from the clown op uplink. Bananium Shield 16 TC. The bananium shield, also just ported over from the clown op uplink. May need price changes. ## Why It's Good For The Game Just adding more clown traitor items, since clown ops are basically just admin spawned, and the items added aren't super destructive. Primarily just allowing you to also benefit from the increased speed and "HONK" power provided by the shoes or become a prime grade slipper. ## Proof Of Testing   Tested on a localhost, Clown Traitors have access to the items and clown-op uplinks remain unchanged. </details> ## Changelog 🆑 add: Added Combat Clown Shoes to Clown Uplink add: Added Bananium Energy Sword to Clown Uplink add: Added Bananium Shield to Clown Uplink /🆑 --------- Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com> Co-authored-by: Roxy <75404941+TealSeer@users.noreply.github.com>
This commit is contained in:
co-authored by
Arturlang
Roxy
parent
0af382e938
commit
bef91ba516
@@ -0,0 +1,18 @@
|
||||
|
||||
/datum/uplink_item/role_restricted/combat_clown_shoes
|
||||
name = "Combat Clown Shoes"
|
||||
desc = "Advanced clown shoes that protect the wearer and render them nearly immune to slipping on their own peels. They also squeak at 100% capacity."
|
||||
item = /obj/item/clothing/shoes/clown_shoes/combat
|
||||
cost = 3
|
||||
restricted_roles = list(JOB_CLOWN)
|
||||
uplink_item_flags = SYNDIE_TRIPS_CONTRABAND
|
||||
|
||||
/datum/uplink_item/weapon_kits/clownsword/clown
|
||||
category = /datum/uplink_category/role_restricted
|
||||
restricted_roles = list(JOB_CLOWN)
|
||||
purchasable_from = UPLINK_TRAITORS
|
||||
|
||||
/datum/uplink_item/weapon_kits/bananashield/clown
|
||||
category = /datum/uplink_category/role_restricted
|
||||
restricted_roles = list(JOB_CLOWN)
|
||||
purchasable_from = UPLINK_TRAITORS
|
||||
@@ -9700,6 +9700,7 @@
|
||||
#include "modular_zubbers\code\modules\tojo_outfits\tojos_outfits.dm"
|
||||
#include "modular_zubbers\code\modules\uplink\uplink_devices.dm"
|
||||
#include "modular_zubbers\code\modules\uplink\uplink_items\badass.dm"
|
||||
#include "modular_zubbers\code\modules\uplink\uplink_items\job.dm"
|
||||
#include "modular_zubbers\code\modules\vehicles\mech_fabricator.dm"
|
||||
#include "modular_zubbers\code\modules\vending\armadyne.dm"
|
||||
#include "modular_zubbers\code\modules\vending\clothmate.dm"
|
||||
|
||||
Reference in New Issue
Block a user