mirror of
https://github.com/JonasHinterdorfer/TextAdventure.git
synced 2025-11-04 19:07:57 +00:00
Updated cheat command
This commit is contained in:
parent
672affbc0c
commit
aea1f3e595
@ -90,7 +90,7 @@ process_command([cheat, generator_components]) :-
|
||||
assertz(player_inventory(kondensator)),
|
||||
write('EMP-Generator Komponenten erhalten!'), nl.
|
||||
|
||||
process_command([cheat, generator_components]) :-
|
||||
process_command([cheat, drone_components]) :-
|
||||
assertz(player_inventory(drohnen_motor)),
|
||||
assertz(player_inventory(steuerungsmodul)),
|
||||
write('Kampfdrone Komponenten erhalten!'), nl.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user