mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user