Skip to content

Commit 791304d

Browse files
author
No Elka
authored
Fix cosmic subtle mark not being removed properly (DeltaV-Station#4104)
GOIDA
1 parent 488f21d commit 791304d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Content.Server/_DV/CosmicCult/CosmicCultRuleSystem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ private void OnComponentShutdown(Entity<CosmicCultComponent> uid, ref ComponentS
761761
RemComp<PressureImmunityComponent>(uid);
762762
RemComp<TemperatureImmunityComponent>(uid);
763763
RemComp<CosmicStarMarkComponent>(uid);
764+
RemComp<CosmicSubtleMarkComponent>(uid);
764765
_damage.SetDamageContainerID(uid.Owner, uid.Comp.StoredDamageContainer);
765766
_antag.SendBriefing(uid, Loc.GetString("cosmiccult-role-deconverted-fluff"), Color.FromHex("#4cabb3"), _deconvertSound);
766767
_antag.SendBriefing(uid, Loc.GetString("cosmiccult-role-deconverted-briefing"), Color.FromHex("#cae8e8"), null);

0 commit comments

Comments
 (0)