Fixes IVs going upside down (#17132)

* IV bugfix

* changelog
This commit is contained in:
naut
2023-08-22 22:13:50 +08:00
committed by GitHub
parent 33b3778266
commit 7c511ddfaf
2 changed files with 43 additions and 0 deletions

View File

@@ -82,6 +82,8 @@
return
if(M.incapacitated())
return
if(tipped)
return
if(M.m_intent == M_RUN && M.a_intent == I_HURT)
src.visible_message(SPAN_WARNING("[M] bumps into \the [src], knocking it over!"), SPAN_WARNING("You bump into \the [src], knocking it over!"))
do_crash()