Merge pull request #11292 from farie82/puke-refactor

Refactors puke to make it less lag inducing
This commit is contained in:
variableundefined
2019-04-23 19:45:01 +08:00
committed by GitHub
7 changed files with 21 additions and 19 deletions
+1 -2
View File
@@ -701,8 +701,7 @@
H.nutrition -= 20
H.adjustToxLoss(-3)
var/turf/T = get_turf(H)
T.add_vomit_floor(H)
playsound(H, 'sound/effects/splat.ogg', 50, 1)
T.add_vomit_floor()
else
visible_message("<span class='warning'>[src] flickers and fails, due to bluespace interference!</span>")
qdel(src)