mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
[April fools] Remove drunkenness/damage from Very Bad Day gamemode (#36246)
my eyes
This commit is contained in:
@@ -31,14 +31,6 @@ public sealed class VeryBadDayRule : StationEventSystem<VeryBadDayRuleComponent>
|
||||
if (!TryGetRandomStation(out var station))
|
||||
return;
|
||||
|
||||
var query = EntityQueryEnumerator<MindContainerComponent, HumanoidAppearanceComponent>();
|
||||
|
||||
while (query.MoveNext(out var ent, out _, out _))
|
||||
{
|
||||
_drunkSystem.TryApplyDrunkenness(ent, 1000);
|
||||
_damageableSystem.TryChangeDamage(ent,
|
||||
new DamageSpecifier(_protoMan.Index<DamageGroupPrototype>("Brute"), _random.Next(5, 50)));
|
||||
}
|
||||
_alertLevelSystem.SetLevel((EntityUid)station, "red", false, true, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user