mirror of
https://gitlab.com/Deukhoofd/BattleSim.git
synced 2025-10-28 10:10:04 +00:00
Changed some things around on Dragonify, hopefully resolving #50
This commit is contained in:
@@ -492,7 +492,7 @@ extendMove 'Camouflage', ->
|
||||
@use = (battle, user, target) ->
|
||||
# Camouflage changes type based on terrain
|
||||
# In Wi-Fi battles, the terrain always results in Ground type.
|
||||
target.types = [ "Ground" ]
|
||||
target.types = [ "Normal" ]
|
||||
battle.message "#{user.name} transformed into a Ground type!"
|
||||
|
||||
extendMove 'Captivate', ->
|
||||
|
||||
Reference in New Issue
Block a user