mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-27 18:00:03 +00:00
Revamped Challenge Buttons completely, Added primal abilities, items and primals themselves
This commit is contained in:
@@ -161,6 +161,9 @@ CannedText =
|
||||
FIRE_ROCK_HURT: "$p is hurt by molten rocks!"
|
||||
FIRE_ROCK_END: "The molten rocks disappeared from around $ts!"
|
||||
ILLUSION_BROKE: "The foes $p broke it's illusion!"
|
||||
WEATHER_FAIL: "But the weather was suppressed!"
|
||||
HARSHSUN_MOVEFAIL: "But the Harsh Sun caused the move to fail!"
|
||||
HEAVYRAIN_MOVEFAIL: "But the Harsh Sun caused the move to fail!"
|
||||
|
||||
cannedMap = {}
|
||||
cannedMapReverse = {}
|
||||
|
||||
@@ -9,4 +9,5 @@ self.Weather =
|
||||
MOON: 'Moon'
|
||||
DELTASTREAM: 'DeltaStream'
|
||||
HARSHSUN: 'HarshSun'
|
||||
HEAVYRAIN: 'HeavyRain'
|
||||
|
||||
Reference in New Issue
Block a user