Going to focus on the HUD now while at the same time doing the remaining weapons.
11 lines
261 B
Text
11 lines
261 B
Text
Class UTChainsaw : Weapon replaces Chainsaw
|
|
{
|
|
Default
|
|
{
|
|
Tag "Chainsaw";
|
|
Inventory.PickupMessage "It's been twenty five years since I've seen one of these."; // was five years in UT99
|
|
Weapon.UpSound "";
|
|
Weapon.SlotNumber 1;
|
|
+WEAPON.MELEEWEAPON;
|
|
}
|
|
}
|