All misc items implemented. Enhanced Shock Rifle implemented.

Going to focus on the HUD now while at the same time doing the remaining weapons.
This commit is contained in:
Marisa the Magician 2018-05-21 20:28:17 +02:00
commit d3da87cefe
310 changed files with 2236 additions and 77 deletions

11
zscript/chainsaw.zsc Normal file
View file

@ -0,0 +1,11 @@
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;
}
}