mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Adds a more fitting Cybersun reinforcement outfit. And ABSOLUTELY NO ITEMS TO THE BLACK MARKET. (#95918)
## About The Pull Request Adds an orange and black business outfit for Cybersun employees/reinforcements. <img width="86" height="102" alt="Screenshot 2026-04-29 204615" src="https://github.com/user-attachments/assets/c8afb1c6-6172-4250-9077-67e418eb48f7" /> <img width="123" height="126" alt="Screenshot 2026-04-29 204650" src="https://github.com/user-attachments/assets/8823d05c-0301-4bc7-af4d-d3d5337830e2" /> Definitely doesn't add an item to the black market. Nope. No changes at all there. Don't look at the code. ## Why It's Good For The Game Cybersun will slowly begin receiving some updates both visually and narratively in the future. Here is but a small taste. ## Changelog 🆑 add: Gives the Cybersun reinforcement a new outfit. add: No new items were added to the black market. None. Honest. /🆑
This commit is contained in:
@@ -144,11 +144,10 @@
|
||||
|
||||
/datum/outfit/syndicate/reinforcement/cybersun
|
||||
name = "Syndicate Operative - Cybersun Reinforcement"
|
||||
uniform = /obj/item/clothing/under/syndicate/combat
|
||||
suit = /obj/item/clothing/suit/jacket/oversized
|
||||
gloves = /obj/item/clothing/gloves/fingerless
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
mask = /obj/item/cigarette/cigar
|
||||
uniform = /obj/item/clothing/under/syndicate/cybersun
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
shoes = /obj/item/clothing/shoes/laceup
|
||||
mask = /obj/item/clothing/mask/gas/syndicate/cybersun
|
||||
faction = "Cybersun Industries"
|
||||
|
||||
/datum/outfit/syndicate/reinforcement/donk
|
||||
|
||||
@@ -112,3 +112,14 @@
|
||||
price_max = CARGO_CRATE_VALUE * 4.5
|
||||
stock_max = 3
|
||||
availability_prob = 60
|
||||
|
||||
/datum/market_item/clothing/totally_normal_pet_collar
|
||||
name = "Strange Pet Collar"
|
||||
desc = "We found these in the back of a militarized shuttle destined for New Osaka. Who the hell transports pet collars \
|
||||
in an armored vessel? Whatever, if Cybersun Industries didn't want you to have them, that must mean they're REAL special! \
|
||||
Which is why we're charging you extra for them."
|
||||
item = /obj/item/clothing/neck/petcollar/wearable/cyber
|
||||
price_min = CARGO_CRATE_VALUE * 5
|
||||
price_max = CARGO_CRATE_VALUE * 10
|
||||
stock_max = 5
|
||||
availability_prob = 20
|
||||
|
||||
@@ -287,6 +287,16 @@ GLOBAL_LIST_INIT(clown_mask_options, list(
|
||||
/obj/item/clothing/mask/gas/syndicate/plasmaman
|
||||
starting_filter_type = /obj/item/gas_filter/plasmaman
|
||||
|
||||
/obj/item/clothing/mask/gas/syndicate/cybersun
|
||||
name = "\improper Cybersun mask"
|
||||
desc = "It's really more about making a statement than protecting you from environmental hazards."
|
||||
icon_state = "cybersun"
|
||||
flags_cover = MASKCOVERSMOUTH
|
||||
flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
|
||||
visor_flags_inv = HIDEFACE|HIDEFACIALHAIR|HIDESNOUT
|
||||
visor_flags_cover = MASKCOVERSMOUTH
|
||||
alternate_worn_layer = BENEATH_HAIR_LAYER
|
||||
|
||||
/obj/item/clothing/mask/gas/clown_hat
|
||||
name = "clown wig and mask"
|
||||
desc = "A true prankster's facial attire. A clown is incomplete without his wig and mask."
|
||||
|
||||
@@ -518,6 +518,10 @@
|
||||
return
|
||||
name = "[initial(name)] - [tagname]"
|
||||
|
||||
/obj/item/clothing/neck/petcollar/wearable/cyber
|
||||
desc = "You wear the tie, or you wear this. Your choice."
|
||||
icon_state = "petcollar_cyber"
|
||||
|
||||
//////////////
|
||||
//DOPE BLING//
|
||||
//////////////
|
||||
|
||||
@@ -114,6 +114,15 @@
|
||||
can_adjust = FALSE
|
||||
supports_variations_flags = NONE
|
||||
|
||||
/obj/item/clothing/under/syndicate/cybersun
|
||||
name = "\improper Cybersun businesswear"
|
||||
desc = "This black and orange businesswear appears to be made of some kind of protective lightweight material. \
|
||||
Perfect for hostile takeovers and budget meetings."
|
||||
icon_state = "cybersun_suit"
|
||||
inhand_icon_state = "bl_suit"
|
||||
can_adjust = FALSE
|
||||
supports_variations_flags = NONE
|
||||
|
||||
/obj/item/clothing/under/syndicate/floortilecamo
|
||||
name = "floortile camouflage fatigues"
|
||||
desc = "The newest floortile camouflage fatigues used for hallway warfare. \
|
||||
|
||||
Reference in New Issue
Block a user