mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Unlucky trait (#11775)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6eab8c8408
commit
b8fe8fa68d
@@ -22,7 +22,7 @@
|
||||
|
||||
/datum/blob_type/energized_jelly/on_attack(obj/structure/blob/B, mob/living/victim, def_zone)
|
||||
victim.electrocute_act(10, src, 1, def_zone)
|
||||
victim.stun_effect_act(0, 40, BP_TORSO, src)
|
||||
victim.stun_effect_act(0, 40, BP_TORSO, src, electric = TRUE)
|
||||
|
||||
/datum/blob_type/energized_jelly/on_chunk_tick(obj/item/blobcore_chunk/B)
|
||||
for(var/mob/living/L in oview(world.view, get_turf(B)))
|
||||
|
||||
Reference in New Issue
Block a user