From 33516b77edd63b1254559787f02bbc029719b23c Mon Sep 17 00:00:00 2001 From: Justice League Date: Thu, 31 Oct 2024 13:28:17 -0400 Subject: [PATCH 1/2] Fixed minor spelling mistake --- .../Entities/Objects/Weapons/Guns/Basic/watergun.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/watergun.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/watergun.yml index c96a1522d2..55adfb7ba6 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/watergun.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Basic/watergun.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity id: WeaponWaterGunBase abstract: true parent: BaseItem @@ -71,7 +71,7 @@ id: WeaponWaterBlaster parent: WeaponWaterGunBase name: water blaster - description: With this bad boy, you'll be the cooleste kid at the summer barbecue. + description: With this bad boy, you'll be the coolest kid at the summer barbecue. components: - type: Gun cameraRecoilScalar: 0 #no recoil From 97be261631d90f418874844a0063d9b74a8ee43d Mon Sep 17 00:00:00 2001 From: Justice League Date: Sun, 17 Nov 2024 18:55:57 -0500 Subject: [PATCH 2/2] Reduced cost of coloured light fixtures --- .../Recipes/Construction/Graphs/utilities/lighting.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml index 378feb1cf8..977be3f4d6 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/utilities/lighting.yml @@ -28,7 +28,7 @@ - to: icon steps: - material: Glass - amount: 2 + amount: 1 doAfter: 1 - tag: CrystalBlue name: blue crystal shard @@ -48,7 +48,7 @@ - to: icon steps: - material: Glass - amount: 2 + amount: 1 doAfter: 1 - tag: CrystalPink name: pink crystal shard @@ -68,7 +68,7 @@ - to: icon steps: - material: Glass - amount: 2 + amount: 1 doAfter: 1 - tag: CrystalOrange name: orange crystal shard @@ -88,7 +88,7 @@ - to: icon steps: - material: Glass - amount: 2 + amount: 1 doAfter: 1 - tag: CrystalRed name: red crystal shard @@ -108,7 +108,7 @@ - to: icon steps: - material: Glass - amount: 2 + amount: 1 doAfter: 1 - tag: CrystalGreen name: green crystal shard