mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
wrong target (#26552)
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
"<span class='danger'>[user] tries to slam [victim] onto the meat spike!</span>",
|
||||
"<span class='userdanger'>[user] tries to slam you onto the meat spike!</span>"
|
||||
)
|
||||
if(do_mob(user, src, 6 SECONDS))
|
||||
if(do_mob(user, victim, 6 SECONDS))
|
||||
end_spike(victim, user)
|
||||
|
||||
/obj/structure/kitchenspike/proc/end_spike(mob/living/victim, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user