diff --git a/Resources/Prototypes/_NF/Entities/Objects/Misc/traking_dart.yml b/Resources/Prototypes/_NF/Entities/Objects/Misc/traking_dart.yml index f2de19d67d0..05c8e4b3ab8 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Misc/traking_dart.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Misc/traking_dart.yml @@ -41,7 +41,7 @@ projectile: shape: !type:PhysShapeAabb - bounds: "-0.1,-0.1,0.1,0.1" + bounds: "-0.2,-0.2,0.2,0.2" hard: false mask: - Impassable diff --git a/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 31bdb1848ee..928ccdcf015 100644 --- a/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/_NF/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -106,7 +106,6 @@ quickEquip: false slots: - Back - - Belt - suitStorage - type: BallisticAmmoProvider proto: null diff --git a/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/meta.json b/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/meta.json index 5614548ffbe..175e9378aa7 100644 --- a/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/meta.json +++ b/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/meta.json @@ -28,6 +28,14 @@ { "name": "equipped-SUITSTORAGE", "directions": 4 + }, + { + "name": "wielded-inhand-left", + "directions": 4 + }, + { + "name": "wielded-inhand-right", + "directions": 4 } ] } diff --git a/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/wielded-inhand-left.png b/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/wielded-inhand-left.png new file mode 100644 index 00000000000..4fecb585b68 Binary files /dev/null and b/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/wielded-inhand-left.png differ diff --git a/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/wielded-inhand-right.png b/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/wielded-inhand-right.png new file mode 100644 index 00000000000..c6de15b99bd Binary files /dev/null and b/Resources/Textures/_NF/Objects/Weapons/Guns/Launchers/nfsd_lake.rsi/wielded-inhand-right.png differ