fuck I am dense (#18377)

This commit is contained in:
Qwertytoforty
2022-07-14 09:53:26 -04:00
committed by GitHub
parent 69064951e9
commit 3a3ee0941c
+2 -1
View File
@@ -625,7 +625,8 @@
if(!isliving(target))
return
else
user.apply_status_effect(STATUS_EFFECT_CHAINSAW_SLAYING)
if(target.stat != DEAD)
user.apply_status_effect(STATUS_EFFECT_CHAINSAW_SLAYING)
if(..())
target.KnockDown(8 SECONDS)
return