mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
mjolnir now knockdowns instead of stunning (#51487)
* mjolnir now knockdowns instead of stunning * wrrr * wa wa woo woo * Converts To Time Defines * webbitor Co-authored-by: ラッピ from PSO2 <11748095+ExcessiveUseOfCobblestone@users.noreply.github.com>
This commit is contained in:
@@ -113,7 +113,8 @@
|
||||
icon_state = "mjollnir0"
|
||||
|
||||
/obj/item/mjollnir/proc/shock(mob/living/target)
|
||||
target.Stun(60)
|
||||
target.Stun(1.5 SECONDS)
|
||||
target.Knockdown(10 SECONDS)
|
||||
var/datum/effect_system/lightning_spread/s = new /datum/effect_system/lightning_spread
|
||||
s.set_up(5, 1, target.loc)
|
||||
s.start()
|
||||
|
||||
Reference in New Issue
Block a user