mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Deleted rubyscreen.dll, eradicated semicolons from when... statements, compiling is now before setting up the system, appeased vocal dissenters
This commit is contained in:
@@ -9,10 +9,10 @@ begin
|
||||
|
||||
def self.animationName(terrain)
|
||||
case terrain
|
||||
when Electric; return "ElectricTerrain"
|
||||
when Grassy; return "GrassyTerrain"
|
||||
when Misty; return "MistyTerrain"
|
||||
when Psychic; return "PsychicTerrain"
|
||||
when Electric then return "ElectricTerrain"
|
||||
when Grassy then return "GrassyTerrain"
|
||||
when Misty then return "MistyTerrain"
|
||||
when Psychic then return "PsychicTerrain"
|
||||
end
|
||||
return nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user