Updated cheat command

This commit is contained in:
MatyasZsombor 2025-06-16 09:10:59 +02:00
parent 672affbc0c
commit aea1f3e595

View File

@ -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.