Space Dragon gust no longer hardstuns. (#15243)

* Removes hardstun

* oops adds the disarm
This commit is contained in:
keronshb
2021-10-06 11:30:13 -04:00
committed by GitHub
parent d1611ddf42
commit 5451e5d4d7
@@ -456,7 +456,7 @@
var/dir_to_target = get_dir(get_turf(src), get_turf(L))
var/throwtarget = get_edge_target_turf(target, dir_to_target)
L.safe_throw_at(throwtarget, 10, 1, src)
L.Paralyze(50)
L.drop_all_held_items()
addtimer(CALLBACK(src, .proc/reset_status), 4 + ((tiredness * tiredness_mult) / 10))
tiredness = tiredness + (gust_tiredness * tiredness_mult)