Skip to content

Equipment Tweaks #2366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
civiliandisabler-extenddescription-security = This weapon is legal to own and carry without a license on NanoTrasen stations, but may be considered as an accessory equivalent to a weapon if used in a crime.
civiliandisabler-extenddescription-security = This weapon is legal to own and carry without a license for command members on NanoTrasen stations, but may be considered as an accessory equivalent to a weapon if used in a crime.
1 change: 0 additions & 1 deletion Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
- id: ClothingUniformJumpsuitSecFormal # DeltaV - emergency parade time, Central's coming to visit
prob: 0.25
- id: ClothingBeltSecurityFilled
- id: ClothingBeltCorporateJudo # Goobstation - Martial Arts
- id: Flash
prob: 0.5
- id: ClothingEyesGlassesSunglasses
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
ClothingOuterArmorDuraVest: 2
ClothingHeadHelmetBasic: 2
BreachingCharge: 8
ClothingBeltCorporateJudo: 2
# security officers need to follow a diet regimen!
contrabandInventory:
FoodDonutHomer: 12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
- type: loadout
id: LoadoutCommandTelescopicBaton
- type: loadout
id: LoadoutCommandDisabler
- type: loadout
id: LoadoutCommandStunBaton
id: LoadoutCommandCivilianDisabler
- type: loadout
id: LoadoutCommandFlash

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@
- SyringeBluespace
# - WeaponForceGun
- WeaponLaserSvalinn
- WeaponCivilianDisabler
- WeaponProtoKineticAccelerator
# - WeaponTetherGun
# - WeaponGrapplingGun
Expand Down Expand Up @@ -460,6 +459,7 @@
- WeaponLaserCannon
- WeaponLaserCarbine
- WeaponXrayCannon
- WeaponCivilianDisabler
- WeaponEnergyGun # DeltaV - Energy Gun
- WeaponEnergyGunMini # DeltaV - Miniature Energy Gun
- WeaponEnergyGunPistol # DeltaV - PDW-9 Energy Pistol
Expand Down Expand Up @@ -1101,6 +1101,7 @@
- WeaponEnergyGun
- WeaponEnergyGunMini
- WeaponEnergyGunPistol
- WeaponCivilianDisabler
- WeaponGunLaserCarbineAutomatic
- CartridgeSpecialIncendiary
- CartridgeSpecialUranium
Expand Down
13 changes: 0 additions & 13 deletions Resources/Prototypes/Loadouts/Generic/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -696,19 +696,6 @@
group: LoadoutMedkits

#Misc Items
- type: loadout
id: LoadoutCivilianDisabler
category: Items
cost: 5
canBeHeirloom: true
requirements:
- !type:CharacterJobRequirement
inverted: true
jobs:
- Prisoner
items:
- WeaponCivilianDisabler

- type: loadout
id: LoadoutItemFlash
category: Items
Expand Down
18 changes: 2 additions & 16 deletions Resources/Prototypes/Loadouts/Jobs/Command/uncategorized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- TelescopicBaton

- type: loadout
id: LoadoutCommandDisabler
id: LoadoutCommandCivilianDisabler
category: JobsCommandAUncategorized
cost: 2
exclusive: true
Expand All @@ -33,21 +33,7 @@
departments:
- Command
items:
- WeaponDisabler

- type: loadout
id: LoadoutCommandStunBaton
category: JobsCommandAUncategorized
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutCommandSelfDefense
- !type:CharacterDepartmentRequirement
departments:
- Command
items:
- Stunbaton
- WeaponCivilianDisabler

- type: loadout
id: LoadoutCommandFlash
Expand Down
Loading