its all coming together!

This commit is contained in:
tabby 2025-05-16 15:56:55 +10:00
parent 35db2250f7
commit 2b90112231
6 changed files with 65 additions and 4 deletions

View file

@ -37,7 +37,7 @@ func prepare_for_gaming():
prepare.emit()
# as soon as the player dismisses this chat the game is afoot
GameManager.show_item("Broken TV Remote", broken_tv_remote)
GameManager.show_chat("[color=red]ALERT: Intruder Detected")
GameManager.show_chat("[color=red]ALERT: Intruder Detected... Initiating Security Protocol...")
pass
func actually_gaming():