Fixed pacified people using the laser carbine (#39891)
This commit is contained in:
parent
a1dcf2b66c
commit
ec7ca3bdea
|
|
@ -227,10 +227,10 @@
|
|||
- type: Appearance
|
||||
|
||||
- type: entity
|
||||
name: practice laser carbine
|
||||
name: laser carbine
|
||||
parent: [BaseWeaponBattery, BaseGunWieldable]
|
||||
id: WeaponLaserCarbinePractice
|
||||
description: This modified laser carbine fires nearly harmless beams in the 40-watt range, for target practice.
|
||||
id: WeaponLaserCarbine
|
||||
description: Favoured by Nanotrasen Security for being cheap and easy to use.
|
||||
components:
|
||||
- type: Item
|
||||
size: Large
|
||||
|
|
@ -257,20 +257,23 @@
|
|||
proto: RedLaserPractice
|
||||
fireCost: 50 #Delta-V was 62.5
|
||||
- type: StaticPrice
|
||||
price: 300
|
||||
- type: PacifismAllowedGun
|
||||
|
||||
- type: entity
|
||||
name: laser carbine
|
||||
parent: [WeaponLaserCarbinePractice, BaseGunWieldable, BaseSecurityContraband]
|
||||
id: WeaponLaserCarbine
|
||||
description: Favoured by Nanotrasen Security for being cheap and easy to use.
|
||||
components:
|
||||
price: 420
|
||||
proto: RedLaser
|
||||
fireCost: 62.5
|
||||
- type: StaticPrice
|
||||
price: 420
|
||||
|
||||
- type: entity
|
||||
name: practice laser carbine
|
||||
parent: [WeaponLaserCarbine, BaseGunWieldable]
|
||||
id: WeaponLaserCarbinePractice
|
||||
description: This modified laser carbine fires nearly harmless beams in the 40-watt range, for target practice.
|
||||
components:
|
||||
- type: StaticPrice
|
||||
price: 300
|
||||
- type: HitscanBatteryAmmoProvider
|
||||
proto: RedLaser
|
||||
fireCost: 50 #Delta-V was 62.5
|
||||
proto: RedLaserPractice
|
||||
fireCost: 62.5
|
||||
|
||||
- type: entity
|
||||
name: pulse pistol
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
map: ["enum.GunVisualLayers.MagUnshaded"]
|
||||
shader: unshaded
|
||||
- type: StaticPrice
|
||||
price: 420
|
||||
price: 300
|
||||
- type: HitscanBatteryAmmoProvider
|
||||
proto: EmergencyRedLaser
|
||||
fireCost: 50
|
||||
|
|
|
|||
Loading…
Reference in New Issue