mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[BOUNTY] Add frontier clothing from organic printer to the loadout menu [2.0 - Electric boogalo] (#4593)
## About The Pull Request This add frontier equipment that is found in the frontier organic printer. The PR has been tested and functional codewise. ## Why It's Good For The Game Created because of a bounty on Discord by user mrgloopy. This add no advantage variant of the frontier clothing pieces such as jacket, gloves, mask and hat. The original pieces are still kept if the player(s) require armoured variant. These variants are solely for drip purpose. Of which the user has stated in their bounty. This sentiment is shared among other players. After all... Drip is good. ## Proof Of Testing <img width="375" height="555" alt="image" src="https://github.com/user-attachments/assets/2e48d1d5-577f-465f-af7b-7462af2c6376" /> <img width="299" height="575" alt="image" src="https://github.com/user-attachments/assets/bf015a07-ec9d-4555-884b-5e199f0535f2" /> <img width="180" height="156" alt="image" src="https://github.com/user-attachments/assets/25e1be7c-f6f7-4574-ab95-9a9d0e62b090" /> <img width="218" height="300" alt="image" src="https://github.com/user-attachments/assets/63d74ddf-ba82-4989-bb13-536f09d2aec2" /> <img width="598" height="230" alt="image" src="https://github.com/user-attachments/assets/1085230c-fe46-46b7-8a75-d2115cca6e2c" /> <img width="603" height="190" alt="image" src="https://github.com/user-attachments/assets/6bb3616d-c610-4af1-9d63-ec173998e080" /> <img width="1100" height="837" alt="image" src="https://github.com/user-attachments/assets/08580f6d-d34f-4669-89a9-b4945998fa66" /> ## Changelog 🆑 add: frontier caps. add: frontier jacket. add: frontier gas mask. add: frontier jackboots. add: frontier jumpsuit. add: frontier bags. add: frontier gloves. code: added new define for frontier bags in character creation menu. code: added icon define for frontier bags. code: added frontier bags to spawn roundstart from character creation. 🆑
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
DSATCHEL,
|
||||
DDUFFELBAG,
|
||||
DMESSENGER,
|
||||
FBACKPACK,
|
||||
FSATCHEL,
|
||||
FMESSENGER,
|
||||
)
|
||||
|
||||
/datum/preference/choiced/backpack/create_default_value()
|
||||
@@ -48,6 +51,12 @@
|
||||
return /obj/item/storage/backpack/duffelbag
|
||||
if (GMESSENGER)
|
||||
return /obj/item/storage/backpack/messenger
|
||||
if (FBACKPACK)
|
||||
return /obj/item/storage/backpack/industrial/frontier_colonist
|
||||
if (FSATCHEL)
|
||||
return /obj/item/storage/backpack/industrial/frontier_colonist/satchel
|
||||
if (FMESSENGER)
|
||||
return /obj/item/storage/backpack/industrial/frontier_colonist/messenger
|
||||
|
||||
// In a perfect world, these would be your department's backpack.
|
||||
// However, this doesn't factor in assistants, or no high slot, and would
|
||||
|
||||
Reference in New Issue
Block a user