Pārlūkot izejas kodu

Super Novice Spirit and Two-Handed Axes (#9048)

- Super Novices can now equip level 4 Two-Handed Axes when soul-linked
- However, since there is no entry in the SN ASPD table, the ASPD will be very low when doing so
Playtester 3 mēneši atpakaļ
vecāks
revīzija
87a82a3d89
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/map/pc.cpp

+ 1 - 0
src/map/pc.cpp

@@ -1802,6 +1802,7 @@ uint8 pc_isequip(map_session_data *sd,int32 n)
 				case W_DAGGER: //All level 4 - Daggers
 				case W_1HSWORD: //All level 4 - 1H Swords
 				case W_1HAXE: //All level 4 - 1H Axes
+				case W_2HAXE: // All level 4 - 2H Axes (works, but low ASPD)
 				case W_MACE: //All level 4 - 1H Maces
 				case W_STAFF: //All level 4 - 1H Staves
 				case W_2HSTAFF: //All level 4 - 2H Staves