Reverts projectile sneezing :( (#89292)

## About The Pull Request

Reverts #83361

## Why It's Good For The Game

I PR'd the original with the intent of making disease battling more
engaging by adding warnings and sneeze dodging, but this was rejected
and instead we got a very awkward middle ground where no one is happy
and the original PR didnt accomplish what it set out to accomplish. You
can't dodge the sneeze because it's a shotgun spread and invisible :/.
The sneeze catchers are even somewhat buggy and the sneeze warning leads
to extra chat clutter
This commit is contained in:
Time-Green
2025-03-12 15:45:42 -04:00
committed by Roxy
parent cc72421d09
commit f5e1466305
14 changed files with 21 additions and 98 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
var/datum/action/cooldown/spell/picked = pick(random_spells)
picked.Activate(affected_mob)
affected_mob.sneeze()
affected_mob.emote("sneeze")
return
/datum/disease/wizarditis/proc/spawn_wizard_clothes(chance = 0)