mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +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:
@@ -56,9 +56,9 @@ class TriadCard
|
||||
aType = @type
|
||||
oType = opponent.type
|
||||
case PBTypes.getEffectiveness(aType,oType)
|
||||
when PBTypeEffectiveness::INEFFECTIVE; return -2
|
||||
when PBTypeEffectiveness::NOT_EFFECTIVE_ONE; return -1
|
||||
when PBTypeEffectiveness::SUPER_EFFECTIVE_ONE; return 1
|
||||
when PBTypeEffectiveness::INEFFECTIVE then return -2
|
||||
when PBTypeEffectiveness::NOT_EFFECTIVE_ONE then return -1
|
||||
when PBTypeEffectiveness::SUPER_EFFECTIVE_ONE then return 1
|
||||
end
|
||||
return 0
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user