Foggy Breath Effects (#18241)

* chilly

* frosty

* Now with crawling and buckling!

had to do some jank because meat spikes dont change a perfectly good variable that other angle changing code uses, so insert snowflake code for the meat spike. :C

* Fixes warning

what the hell is a protected variable anyways

* amogus

* Revert "amogus"

This reverts commit ebaa99c77b.

* megafauna PR deconflict

* removes jank

* needless variable def
This commit is contained in:
Kugamo
2022-07-16 00:45:45 -05:00
committed by GitHub
parent 493571b901
commit 3bfd1a6d8a
4 changed files with 20 additions and 3 deletions
@@ -93,9 +93,8 @@
victim.adjustBruteLoss(30)
victim.setDir(2)
buckle_mob(victim, force = TRUE)
var/matrix/m180 = matrix(victim.transform)
m180.Turn(180)
animate(victim, transform = m180, time = 3)
victim.set_lying_angle(180)
victim.update_transform()
victim.pixel_y = victim.get_standard_pixel_y_offset(180)
return TRUE