mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Removes Shadowstep. replace it with 2 powers for each vampire type. (#18951)
* WIP * shadow boxing * garg + hemomancer * dantalion and stuff * oops * some tweaks * sprites, tweaks and TGUI * ready for review * review * forgot some sean comments * oops * prevents people walking over shockwaves * shadow boxing DPS down to 20 * oops * affected review
This commit is contained in:
@@ -564,7 +564,7 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
var/atom/movable/AM = hit_atom
|
||||
var/atom/throw_target = get_edge_target_turf(AM, dir)
|
||||
if(!AM.anchored || ismecha(AM))
|
||||
AM.throw_at(throw_target, 3, 14, src)
|
||||
AM.throw_at(throw_target, 5, 12, src)
|
||||
hit_something = TRUE
|
||||
if(isobj(hit_atom))
|
||||
var/obj/O = hit_atom
|
||||
@@ -573,7 +573,8 @@ GLOBAL_LIST_INIT(ventcrawl_machinery, list(/obj/machinery/atmospherics/unary/ven
|
||||
if(isliving(hit_atom))
|
||||
var/mob/living/L = hit_atom
|
||||
L.adjustBruteLoss(60)
|
||||
L.Weaken(6 SECONDS)
|
||||
L.KnockDown(12 SECONDS)
|
||||
L.Confused(10 SECONDS)
|
||||
shake_camera(L, 4, 3)
|
||||
hit_something = TRUE
|
||||
if(isturf(hit_atom))
|
||||
|
||||
Reference in New Issue
Block a user