mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
July Update Bugfixes: Better Than Alberyk Edition. (#5031)
Fixes #5030 Fixes #5028 Fixes #5040 Fixes american flags not showing up Fixes gauss rifles being overpowered I may add more bugfixes with this PR if anything juicy comes up.
This commit is contained in:
@@ -688,9 +688,6 @@
|
||||
if (istype(T) && (T:l_ear || T:r_ear) && istype((T:l_ear || T:r_ear), /obj/item/clothing/ears/earmuffs))
|
||||
continue
|
||||
|
||||
if (!vampire_can_affect_target(T, 0))
|
||||
continue
|
||||
|
||||
to_chat(T, "<span class='danger'>You hear an ear piercing shriek and feel your senses go dull!</span>")
|
||||
T.Weaken(5)
|
||||
T.ear_deaf = 20
|
||||
|
||||
Reference in New Issue
Block a user