flak_m/zscript/translocator.zsc
Marisa Kirisame d3da87cefe All misc items implemented. Enhanced Shock Rifle implemented.
Going to focus on the HUD now while at the same time doing the remaining weapons.
2018-05-21 20:28:17 +02:00

10 lines
188 B
Text

Class Translocator : UTWeapon
{
Default
{
Tag "Translocator";
Inventory.PickupMessage "You got the Translocator Source Module.";
Weapon.SlotNumber 1;
+INVENTORY.UNTOSSABLE;
}
}