Players can't use other items when a railgun controller is selected. Prevents accidentally firing weapons or hitting people with something while using the railguns.
Closes #94
This commit is contained in:
@@ -36,11 +36,12 @@
|
||||
category="Machine"
|
||||
type="Controller"
|
||||
linkable="true"
|
||||
disableitemusagewhenselected="true"
|
||||
>
|
||||
|
||||
<Sprite texture ="railgunetc.png" depth="0.8" sourcerect="182,0,61,97"/>
|
||||
|
||||
<Controller UserPos="-35.0, -50.0" direction ="Right" canbeselected = "true">
|
||||
<Controller UserPos="-35.0, -50.0" direction ="Right" canbeselected="true">
|
||||
<limbposition limb="Head" position="-5,-62"/>
|
||||
<limbposition limb="Torso" position="-5,-108"/>
|
||||
<limbposition limb="LeftHand" position="43,-85"/>
|
||||
|
||||
Reference in New Issue
Block a user