mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
9 lines
No EOL
178 B
Lua
9 lines
No EOL
178 B
Lua
-- CHRMIllusion
|
|
|
|
function event_scale_calc(e)
|
|
if(e.owner:GetBaseRace() ~= e.owner:GetRace()) then
|
|
e.self:SetScale(1);
|
|
else
|
|
e.self:SetScale(0);
|
|
end
|
|
end |