Skip to content

Commit

Permalink
Changed model name of shield power-up
Browse files Browse the repository at this point in the history
  • Loading branch information
NicknineTheEagle committed Jul 11, 2016
1 parent 8df32fc commit 231f4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/server/tf/tf_powerup_shield.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CTFPowerupShield : public CTFBaseDMPowerup

CTFPowerupShield();

virtual const char *GetDefaultPowerupModel( void ) { return "models/items/powerup_uber.mdl"; }
virtual const char *GetDefaultPowerupModel( void ) { return "models/items/powerup_shield.mdl"; }
virtual const char *GetDefaultPickupSound( void ) { return "PowerupUber.Touch"; }

virtual int GetCondition( void ) { return TF_COND_POWERUP_SHIELD; }
Expand Down

0 comments on commit 231f4c5

Please sign in to comment.