mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
* Antur's suggestions Are silicons even supposed to have grab/disarm? * LIke 3% of a coder now
This commit is contained in:
@@ -312,10 +312,6 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
|
||||
if(INTENT_NEXT)
|
||||
switch (a_intent)
|
||||
if(INTENT_HELP)
|
||||
a_intent = INTENT_DISARM
|
||||
if(INTENT_DISARM)
|
||||
a_intent = INTENT_GRAB
|
||||
if(INTENT_GRAB)
|
||||
a_intent = INTENT_HARM
|
||||
if(INTENT_HARM)
|
||||
a_intent = INTENT_HELP
|
||||
|
||||
Reference in New Issue
Block a user