Halves the damage dealt by PKAs to blobs (#25154)

* Makes PKAs deal half damage to blobs

* Update code/modules/events/blob/theblob.dm

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>

---------

Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
DGamerL
2024-04-22 22:32:58 +02:00
committed by GitHub
parent 15483d1b88
commit 71bc06cd4e
+5
View File
@@ -70,6 +70,11 @@ GLOBAL_LIST_EMPTY(blob_minions)
/obj/structure/blob/blob_act(obj/structure/blob/B)
return
/obj/structure/blob/bullet_act(obj/item/projectile/P)
if(istype(P, /obj/item/projectile/kinetic))
P.damage /= 2
return ..()
/obj/structure/blob/proc/Life()
return