*collapse emote now does knockdown instead of paralyzing (#21958)

* bam

* balance changes

* 4 seconds -> 10 seconds

* henri review

* same crit changes, whoops...
This commit is contained in:
Contrabang
2023-09-19 14:46:43 -04:00
committed by GitHub
parent 3a8c920a5a
commit 70b3652dc4
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
. = ..()
if(. && isliving(user))
var/mob/living/L = user
L.Paralyse(4 SECONDS)
L.KnockDown(10 SECONDS)
/datum/emote/living/dance
key = "dance"