Skip to content
Snippets Groups Projects
Commit e7b16b90 authored by dg's avatar dg
Browse files

change color of godslayer weapons

git-svn-id: http://svn.net-core.org/repos/t-engine4@1873 51575b47-30f0-44d4-a5cc-537603b46e54
parent c86e1528
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ function _M:getDisplayColor()
if self.randart then
return {255, 0x77, 0}, "#FF7700#"
elseif self.godslayer then
return {0xDC, 0xF7, 0x25}, "#dcf725#"
return {0xAA, 0xD5, 0x00}, "#AAD500#"
else
return {255, 215, 0}, "#FFD700#"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment