mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user