Implement (broken) push away from walls according to muzzle pos
This commit is contained in:
@@ -130,8 +130,6 @@ tmDistributeAmmo tm w = fromMaybe w $ do
|
||||
[TLine 1 [TerminalLineConst (g (aamount - newaamount)) white] TmWdId
|
||||
,TLine 1 [TerminalLineConst (shortShow newaamount <>" "<>show atype<>" AVAILABLE") white] TmWdId
|
||||
,TLine 1 [] (TmWdWdTermSound (getsid (aamount - newaamount)))
|
||||
-- ,TLine 1 [TerminalLineConst "" yellow] (TmTmSetStatus (TerminalPressTo ""))
|
||||
-- ,TLine 1 [TerminalLineConst "" white] (TmWdWdLeaveTerminal "")
|
||||
]
|
||||
where
|
||||
getsid x | x > 0 = reloadS
|
||||
|
||||
Reference in New Issue
Block a user