Fixes & Tweaks (#356)

* Revert "captains sword reflect chance (#18133)"

This reverts commit e393eedd09.

* Mirror shield passive reflect

* Traitor stuff fixes and tweaks

* Connected dispenser click sound

* No medipen heavy attack

* Slice sound for blades

* Crossbow & material stacking fixes

* Hypospray fixes

* Chenge crossbow damage type

* Fix penetrating on land

* Antispam tweak
This commit is contained in:
Aviu00
2023-09-04 12:03:28 +03:00
committed by Aviu00
parent 800225271c
commit e64c1b7e81
23 changed files with 143 additions and 27 deletions

View File

@@ -236,6 +236,7 @@ namespace Content.Server.Chemistry.EntitySystems
bufferSolution.Value.Comp.Solution.AddReagent(message.ReagentId, FixedPoint2.New((int)reagentDispenser.Comp.DispenseAmount));
_chemMasterSystem.UpdateUiState((chemMasterUid.Value, chemMaster));
ClickSound(reagentDispenser);
return;
} // WD EDIT END