forked from VoxeLibre/VoxeLibre
Do a secre thing even more secret then the secret thing of secret
This commit is contained in:
parent
d555fce8bc
commit
630e7e8acb
|
@ -163,11 +163,11 @@ mobs:register_mob("mobs_mc:sheep", {
|
||||||
self.initial_color_set = true
|
self.initial_color_set = true
|
||||||
end
|
end
|
||||||
|
|
||||||
local is_kay27 = self.nametag == "kay27"
|
local is_codesploit = self.nametag == "Code-Sploit"
|
||||||
|
|
||||||
if self.color_change_timer then
|
if self.color_change_timer then
|
||||||
local old_color = self.color
|
local old_color = self.color
|
||||||
if is_kay27 then
|
if is_codesploit then
|
||||||
self.color_change_timer = self.color_change_timer - dtime
|
self.color_change_timer = self.color_change_timer - dtime
|
||||||
if self.color_change_timer < 0 then
|
if self.color_change_timer < 0 then
|
||||||
self.color_change_timer = 0.5
|
self.color_change_timer = 0.5
|
||||||
|
@ -184,7 +184,7 @@ mobs:register_mob("mobs_mc:sheep", {
|
||||||
self.base_texture = sheep_texture(self.color)
|
self.base_texture = sheep_texture(self.color)
|
||||||
self.object:set_properties({textures = self.base_texture})
|
self.object:set_properties({textures = self.base_texture})
|
||||||
end
|
end
|
||||||
elseif is_kay27 then
|
elseif is_codesploit then
|
||||||
self.initial_color = self.color
|
self.initial_color = self.color
|
||||||
self.color_change_timer = 0
|
self.color_change_timer = 0
|
||||||
self.color_index = -1
|
self.color_index = -1
|
||||||
|
|
Loading…
Reference in New Issue