1
0
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:
Deukhoofd
2016-03-03 20:45:42 +01:00
parent 5c5617ce99
commit 53bc6677d4
3 changed files with 7 additions and 3 deletions

View File

@@ -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', ->