mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Adds TCAF Equipment and Armor (#17162)
* Adds TCAF Equipment and Armor * Update code/game/objects/items/weapons/storage/backpack.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * Update code/modules/clothing/head/berets.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * Update code/modules/clothing/head/berets.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * Update code/modules/clothing/head/berets.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * Update code/modules/clothing/under/miscellaneous.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * Edited accidental changes to the Great Laser Nerf * Update html/changelogs/tcaf-additions.yml Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/under/miscellaneous.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/game/objects/items/weapons/storage/backpack.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/gloves/miscellaneous.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/under/accessories/armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/under/accessories/armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/under/accessories/armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/clothing/suits/modular_armor.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --------- Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
Cody Brittain
SleepyGemmy
parent
975d32e5a1
commit
7e41645c7a
@@ -263,6 +263,13 @@
|
||||
item_state = "legion_bag"
|
||||
empty_delay = 0.8 SECOND
|
||||
|
||||
/obj/item/storage/backpack/tcaf
|
||||
name = "\improper TCAF carapace backpack"
|
||||
desc = "A hard shelled backpack with the flag of the Republic of Biesel front and center. Made for the Tau Ceti Armed Forces."
|
||||
icon_state = "tcaf_carapace_backpack"
|
||||
item_state = "tcaf_carapace_backpack"
|
||||
empty_delay = 0.8 SECOND
|
||||
|
||||
/obj/item/storage/backpack/service
|
||||
name = "idris service backpack"
|
||||
desc = "The Idris Service Standard, known for it's professionalism. It also baffingly includes this monstrous, self-stabilizing back-mounted utensil and service item holder."
|
||||
|
||||
Reference in New Issue
Block a user