mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Sleeping Carp deflect works once more [MDB IGNORE] (#16180)
* Sleeping Carp deflect works once more (#69821) * Actually passes user in can_deflect in sleeping carp, making it work again. * Sleeping Carp deflect works once more Co-authored-by: Rhials <Datguy33456@gmail.com>
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
|
||||
/datum/martial_art/the_sleeping_carp/on_projectile_hit(mob/living/carp_user, obj/projectile/P, def_zone)
|
||||
. = ..()
|
||||
if(!can_deflect())
|
||||
if(!can_deflect(carp_user))
|
||||
return BULLET_ACT_HIT
|
||||
if(carp_user.throw_mode)
|
||||
carp_user.visible_message(span_danger("[carp_user] effortlessly swats the projectile aside! They can block bullets with their bare hands!"), span_userdanger("You deflect the projectile!"))
|
||||
|
||||
Reference in New Issue
Block a user