mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #10252 from Baystation12/dev-freeze
Dev freeze -> Dev
This commit is contained in:
@@ -19,6 +19,7 @@ var/list/robot_custom_icons
|
||||
var/real_name = copytext(line, split_idx+1)
|
||||
|
||||
robot_custom_icons[ckey] = real_name
|
||||
return 1
|
||||
|
||||
/mob/living/silicon/robot/proc/set_custom_sprite()
|
||||
var/rname = robot_custom_icons[ckey]
|
||||
|
||||
@@ -61,7 +61,8 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/retaliate/goat/Retaliate()
|
||||
..()
|
||||
src.visible_message("\red [src] gets an evil-looking gleam in their eye.")
|
||||
if(stat == CONSCIOUS)
|
||||
visible_message("<span class='warning'>[src] gets an evil-looking gleam in their eye.</span>")
|
||||
|
||||
/mob/living/simple_animal/hostile/retaliate/goat/Move()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user