Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

Commit 8910aca

Browse files
authored
Merge pull request RonRonstation#314 from GlupiyBrush/recycleBorgs
Restored borg recycling
2 parents f036293 + 14fa255 commit 8910aca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Modified by Ronstation contributor(s), therefore this file is licensed as MIT sublicensed with AGPL-v3.0.
2+
13
- type: entity
24
parent: [BaseMob, StripableInventoryBase]
35
id: BaseBorgChassisNotIonStormable
@@ -189,6 +191,14 @@
189191
!type:DamageTrigger
190192
damage: 300
191193
behaviors:
194+
- !type:SpawnEntitiesBehavior # Ronstation. Start of modifications.
195+
spawn:
196+
SheetSteel1:
197+
min: 10
198+
max: 16
199+
ShardGlass:
200+
min: 1
201+
max: 2 # Ronstation. End of modifications.
192202
- !type:PlaySoundBehavior
193203
sound:
194204
collection: MetalBreak

0 commit comments

Comments
 (0)