]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix snappop (#27264)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 29 Apr 2024 09:54:40 +0000 (19:54 +1000)
committerGitHub <noreply@github.com>
Mon, 29 Apr 2024 09:54:40 +0000 (19:54 +1000)
* Fix snappop

Bunch of stuff slipped through.

* name

Resources/Prototypes/Entities/Objects/Fun/snap_pops.yml
Resources/Prototypes/Entities/Objects/Tools/decoys.yml
Resources/Prototypes/tags.yml

index a39c2f881a24ef0374b25eed26d1834b7ca18c94..88f075887400383e53fdf8c227441db8ce8d0a1d 100644 (file)
     maxIntensity: 0.01
     intensitySlope: 1
     totalIntensity: 0.01
-  - type: Tag
-    tags:
-      - SnapPop
 
 - type: entity
   parent: BaseStorageItem
   id: SnapPopBox
   name: snap pop box
-  description: Contains twenty snap pops for a few minutes of popping fun!
+  description: Contains snap pops for a few minutes of popping fun!
   components:
   - type: Item
     size: Normal
@@ -56,6 +53,6 @@
   - type: StorageFill
     contents:
       - id: SnapPop
-        amount: 20
+        amount: 5
   - type: Dumpable
 
index 0074fe517dc86c5d32229b82bc04a46cf8949132..d399b77d020501eb2c6ab09fc3dfca5c6e59cd84 100644 (file)
   - type: ContainerContainer
     containers:
       cell_slot: !type:ContainerSlot
+  - type: HandheldLight
+    addPrefix: false
+  - type: PointLight # Just like the real thing...
+    autoRot: true
+    radius: 1.5
+    energy: 2.3
+    offset: 0, -1
+    color: green
+    netsync: false
   - type: Tag
     tags:
     - Balloon
@@ -59,8 +68,6 @@
   name: operative balloon
   description: Upon closer inspection, this Syndicate operative is actually a balloon.
   components:
-  - type: HandheldLight
-    addPrefix: false
   - type: Sprite
     sprite: Objects/Tools/Decoys/operative_decoy.rsi
     layers:
     - state: folded
       map: ["foldedLayer"]
       visible: false
-  - type: PointLight # Just like the real thing...
-    autoRot: true
-    radius: 1.5
-    energy: 2.3
-    offset: 0, -1
-    color: green
-    netsync: false
 
 - type: entity
   parent: BaseDecoy
@@ -83,8 +83,6 @@
   name: agent balloon
   description: Upon closer inspection, this Syndicate agent is actually a balloon.
   components:
-  - type: HandheldLight
-    addPrefix: false
   - type: Sprite
     sprite: Objects/Tools/Decoys/agent_decoy.rsi
     layers:
     - state: folded
       map: ["foldedLayer"]
       visible: false
-  - type: PointLight
-    radius: 1.5
-    energy: 2.3
-    offset: 0, -1
-    color: green
-    netsync: false
 
 - type: entity
   parent: BaseDecoy
   name: elite operative balloon
   description: Upon closer inspection, this Syndicate elite operative is actually a balloon.
   components:
-  - type: HandheldLight
-    addPrefix: false
   - type: Sprite
     sprite: Objects/Tools/Decoys/elite_decoy.rsi
     layers:
       map: ["foldedLayer"]
       visible: false
   - type: PointLight
-    radius: 1.5
-    energy: 2.3
-    offset: 0, -1
     color: red
-    netsync: false
 
 - type: entity
   parent: BaseDecoy
   name: juggernaut balloon
   description: Upon closer inspection, this Syndicate juggernaut is actually a balloon.
   components:
-  - type: HandheldLight
-    addPrefix: false
   - type: Sprite
     sprite: Objects/Tools/Decoys/juggernaut_decoy.rsi
     layers:
     - state: folded
       map: ["foldedLayer"]
       visible: false
-  - type: PointLight # Inbuilt flashlight, I guess?
-    radius: 1.5
-    energy: 2.3
-    offset: 0, -1
-    netsync: false
 
 - type: entity
   parent: BaseDecoy
   name: commander balloon
   description: Upon closer inspection, this Syndicate commander is actually a balloon.
   components:
-  - type: HandheldLight
-    addPrefix: false
   - type: Sprite
     sprite: Objects/Tools/Decoys/commander_decoy.rsi
     layers:
     - state: folded
       map: ["foldedLayer"]
       visible: false
-  - type: PointLight
-    radius: 1.5
-    energy: 2.3
-    offset: 0, -1
-    color: green
-    netsync: false
index f4477a8c85de5c39c4bd05d4d11c78973231eac7..f9473327649a4bcd57e1959624c09fd9b53e3a7e 100644 (file)
 - type: Tag
   id: Smokable
 
-- type: Tag
-  id: SnapPop
-
 - type: Tag
   id: SnowyLabs