11 lines
140 B
Plaintext

@startuml sub-bonus
start
if (Le joueur percute un bonus ?) then (Oui)
:Ajouter le bonus à l'inventaire;
else (Non)
endif
stop
@enduml