From: Samuka-C <47865393+Samuka-C@users.noreply.github.com> Date: Fri, 6 Jun 2025 02:28:04 +0000 (-0300) Subject: Make improvised explosive devices minor contra (#38088) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=bc4a45d6e5772756f2fca0e780f2aa8369ff018a;p=space-station-14.git Make improvised explosive devices minor contra (#38088) pipe bomb and fire bombs are minor contra --- diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml index f3ab27fb60..564f136c0b 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml @@ -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. diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml index 5fb6829ac2..70661667cc 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml @@ -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