mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
remove errant debug chat message from alien cache (#30599)
* remove errant debug chat message * Update machine_designs.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user