From 3764a719bfcd444b050639a57a06d593136c91f8 Mon Sep 17 00:00:00 2001 From: NoreUhh <85219416+NoreUhh@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:23:12 -0700 Subject: [PATCH] Cyborg Martyr Module Free Hand Fix (#40224) * Added and attached tags for BorgGrenade, whitelisted borg hand, added Unremoveable to selfdestructseq. * Added locales, fixed labels. * Update borg_modules.yml I fricked up, its fixed * Update borg_modules.ftl Removed Self Destruct label * Update tags.yml Removed tag: BorgGrenade * Update borg_modules.yml Removed hand whitelist because it hates my guts * Update grenades.yml Removed the BorgGrenade tag, made the explosive component repeatable and removed delete after explosion --------- Co-authored-by: NoreUhh --- .../Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml index c1e87643bc..a4c0d43b9e 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml @@ -188,6 +188,8 @@ totalIntensity: 400 intensitySlope: 30 maxIntensity: 125 + deleteAfterExplosion: false + repeatable: true canCreateVacuum: true - type: TimerTrigger delay: 4.5 -- 2.51.2