Chamski sposob na poprawe licznika.
This commit is contained in:
parent
7e3a9df5b9
commit
7e7ca7d049
1 changed files with 17 additions and 0 deletions
|
@ -72,6 +72,23 @@
|
|||
|
||||
;; kondycja
|
||||
/def _count_enemies = \
|
||||
/if ({*} =/ "*dwa*") \
|
||||
/test ++_enemy%;\
|
||||
/endif %;\
|
||||
/if ({*} =/ "*dwie*") \
|
||||
/test ++_enemy%;\
|
||||
/endif %;\
|
||||
/if ({*} =/ "*dwoje*") \
|
||||
/test ++_enemy%;\
|
||||
/endif %;\
|
||||
/if ({*} =/ "*trzy*") \
|
||||
/test ++_enemy%;\
|
||||
/test ++_enemy%;\
|
||||
/endif %;\
|
||||
/if ({*} =/ "*troje*") \
|
||||
/test ++_enemy%;\
|
||||
/test ++_enemy%;\
|
||||
/endif %;\
|
||||
/while ({#}) \
|
||||
/test ++_enemy%;\
|
||||
/shift%;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue