sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
422 Bytes
-- ========== GENERATED BY CharacterEffectCompositeDef Editor DO NOT EDIT MANUALLY! ==========
PlaceObj('CharacterEffectCompositeDef', {
'Group', "System",
'Id', "BeingBandaged",
'Comment', "marker effect for when being bandaged",
'object_class', "StatusEffect",
'OnAdded', function (self, obj)
ObjModified(obj)
end,
'OnRemoved', function (self, obj)
ObjModified(obj)
end,
'RemoveOnSatViewTravel', true,
})