]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Make improvised explosive devices minor contra (#38088)
authorSamuka-C <47865393+Samuka-C@users.noreply.github.com>
Fri, 6 Jun 2025 02:28:04 +0000 (23:28 -0300)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 02:28:04 +0000 (19:28 -0700)
pipe bomb and fire bombs are minor contra

Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml

index f3ab27fb601c18b4c020f2e1c26b530dab8c6ddc..564f136c0b3fcf3a6c9c22dfc10131ec4e8efce0 100644 (file)
@@ -2,7 +2,7 @@
 # ideally it would be dynamic and work by actually sparking the solution but that doesnt exist yet :(
 # with that you could make napalm ied instead of welding fuel with no additional complexity
 - type: entity
-  parent: BaseItem
+  parent: [ BaseItem, BaseMinorContraband ]
   id: FireBomb
   name: fire bomb
   description: A weak, improvised incendiary device.
index 5fb6829ac2b7cfcf89b0a51faf4cd9667219ee09..70661667cc14e4715a180566d3ea297f0bc6de36 100644 (file)
@@ -1,5 +1,5 @@
 - type: entity
-  parent: GrenadeBase
+  parent: [ GrenadeBase, BaseMinorContraband ]
   id: PipeBomb
   name: pipe bomb
   description: An improvised explosive made from pipes and wire.
@@ -59,4 +59,4 @@
   - type: Construction
     graph: PipeBomb
     node: cable
-    defaultTarget: pipebomb
\ No newline at end of file
+    defaultTarget: pipebomb