Cult item stuff & robe fix (#35)

* - tweak: New cult item behavior

* - fix: Fix cult robe modifier

* - fix: Fix runic wall cgraph
This commit is contained in:
Aviu00
2024-02-08 18:44:02 +09:00
committed by GitHub
parent 337034d734
commit 74941f06bb
10 changed files with 60 additions and 6 deletions

View File

@@ -400,7 +400,7 @@ public abstract class SharedMeleeWeaponSystem : EntitySystem
Dirty(weaponUid, weapon);
// Do this AFTER attack so it doesn't spam every tick
var ev = new AttemptMeleeEvent();
var ev = new AttemptMeleeEvent {User = user}; // WD EDIT
RaiseLocalEvent(weaponUid, ref ev);
if (ev.Cancelled)