Template:PatchDiff/September 21, 2012 Patch/team fortress 2 content.gcf/tf/scripts/talker/tf.txt

From Team Fortress Wiki
Jump to: navigation, search
258258 criteria ConceptPlayerTaunt IsHeavy WeaponIsSandvich
259259 response HeavyTauntPlayerItem1
260260 }
N/A261 rule HeavyTauntPlayerRobotSandvich
N/A262 {
N/A263 criteria ConceptPlayerTaunt IsHeavy WeaponIsRobotSandvich
N/A264 response HeavyTauntPlayerItem1
N/A265 }
261266 // Custom stuff
262267 // This is to let you taunt with the items.
263268 rule HeavyTauntPlayerItem2
409414 criteria ConceptAteFood IsHeavy WeaponIsSandvich
410415 Response AteSandwichHeavy
411416 }
N/A417 Rule AteRobotSandwichHeavy
N/A418 {
N/A419 criteria ConceptAteFood IsHeavy WeaponIsRobotSandvich
N/A420 Response AteSandwichHeavy
N/A421 }
412422 // Custom stuff
413423 // These have been designed as separate responses so that I can add non-sandvich lines I wanted to.
414424 // There are two examples of this in the AteChocoHeavy response.