remove errant debug chat message from alien cache (#30599)

* remove errant debug chat message

* Update machine_designs.dm
This commit is contained in:
Migratingcocofruit
2025-10-02 02:45:10 +00:00
committed by GitHub
parent e29ace7bcc
commit 5194a77802
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -127,7 +127,6 @@
if(total_energy >= LEVEL_REQUIREMENT(level_reached + 1))
level_reached++
var/list/rewards = pick_rewards(3)
to_chat(world, "Level: [level_reached]\nRewards: [english_list(rewards)]")
spawn_loot(rewards)
if(level_reached >= max_level)
spawn_loot(open_rewards)