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:
parent
5248ac8fd6
commit
d3da87cefe
310 changed files with 2236 additions and 77 deletions
10
zscript/translocator.zsc
Normal file
10
zscript/translocator.zsc
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Class Translocator : UTWeapon
|
||||
{
|
||||
Default
|
||||
{
|
||||
Tag "Translocator";
|
||||
Inventory.PickupMessage "You got the Translocator Source Module.";
|
||||
Weapon.SlotNumber 1;
|
||||
+INVENTORY.UNTOSSABLE;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue