mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[MIRROR] initial throw fixing (#12231)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
co-authored by
Kashargul
C.L.
parent
4693238765
commit
441ee14971
@@ -22,10 +22,10 @@
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/do_special_attack(atom/A)
|
||||
bullet_heck(A, 3, 3)
|
||||
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/hitby(obj/item/projectile/P) //removal of E net cheese
|
||||
if(P == /obj/item/projectile/beam/energy_net)
|
||||
/mob/living/simple_mob/mechanical/mecha/eclipse/hitby(atom/movable/source, datum/thrownthing/throwingdatum) //removal of E net cheese
|
||||
if(source == /obj/item/projectile/beam/energy_net)
|
||||
return
|
||||
..()
|
||||
..(source, throwingdatum)
|
||||
|
||||
/datum/ai_holder/simple_mob/intentional/three_phases
|
||||
use_astar = TRUE
|
||||
|
||||
Reference in New Issue
Block a user