Skip to content

Commit

Permalink
simple mob update
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 28, 2023
1 parent 445d171 commit f4de3fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/modules/mob/living/simple_animal/simple_animal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

var/turns_per_move = 1
var/turns_since_move = 0
universal_speak = 0 //No, just no.
var/meat_amount = 0
var/meat_type
var/stop_automated_movement = 0 //Use this to temporarely stop random movement or to if you write special movement code for animals.
Expand Down Expand Up @@ -59,6 +58,11 @@
black_market_value = 25
dead_black_market_value = 0

lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE

universal_speak = FALSE
universal_understand = TRUE

/mob/living/simple_animal/Initialize()
. = ..()
SSmob.living_misc_mobs += src
Expand Down

0 comments on commit f4de3fd

Please sign in to comment.