mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-31 07:56:25 +01:00
Merge pull request #393 from Sharkmare/patch-17
Trying to fix AI issue with holo mob
This commit is contained in:
@@ -369,6 +369,7 @@ mob/living/simple_animal/synx/PunchTarget()
|
||||
icon_dead = "synx_hardlight_dead"
|
||||
icon_gib = null
|
||||
alpha = 127
|
||||
speak = list("SX System Online")
|
||||
faction = "Station"//Can be safely bapped with newspaper.
|
||||
melee_damage_lower = 0 //Holos do no damage
|
||||
melee_damage_upper = 0
|
||||
@@ -384,7 +385,7 @@ mob/living/simple_animal/synx/PunchTarget()
|
||||
swallowTime = 10 SECONDS //Much more time to run
|
||||
|
||||
/mob/living/simple_animal/retaliate/synx/pet/holo/New()
|
||||
set_light() //hologram lighting
|
||||
set_light(3, 3, "#CC00CC") //hologram lighting
|
||||
|
||||
|
||||
/mob/living/simple_animal/retaliate/synx/pet/greed
|
||||
|
||||
Reference in New Issue
Block a user