Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. TB_141/Decorate/Weapons/ChromeJustice.txt 2016-09-06 03:01:14.000000000 -0400 → TB_141_fix/Decorate/Weapons/ChromeJustice.txt 2017-04-08 03:18:17.197591694 -0400 +1 -0
TB_141/Decorate/Weapons/ChromeJustice.txt 2016-09-06 03:01:14.000000000 -0400 → TB_141_fix/Decorate/Weapons/ChromeJustice.txt 2017-04-08 03:18:17.197591694 -0400 RENAMED
@@ -325,12 +325,13 @@
325
325
"####" A 0 A_JumpIfInventory("DemShellsAmmo",1,"ReloadWorking")
326
326
Goto ReloadFinish
327
327
Reload2:
328
328
"####" A 0 A_JumpIfInventory("HexenCounter",1,"HexenReload2")
329
329
"####" A 0 A_TakeInventory("IsReloading2",1)
330
330
"####" A 0 A_JumpIfInventory("ChromeJusticeClip",0,"ReloadFinish")
331
+ "####" A 0 A_JumpIfInventory("JusticeStriploader", 1, "Stripload")
331
332
"####" A 0 A_JumpIfInventory("DemShellsAmmo",1,"ReloadWorking")
332
333
Goto ReloadFinish
333
334
HexenReloadWorking:
334
335
"####" A 0 A_PlaySound("ChromeJustice/Load",6)
335
336
"####" A 0 A_GiveInventory("ZoomReFire",1)
336
337
"####" E 1 A_JumpIf(Health <= 50 || CountInv("PowerBlazing") > 0,2)