This commit is contained in:
Archie
2021-06-14 00:43:41 -03:00
parent 5a7af7c317
commit efa78a3433

View File

@@ -23,7 +23,7 @@
if(is_station_level(M.z))
deadMobs++
if(deadMobs < REVENANT_SPAWN_THRESHOLD)
deadchat_broadcast("<span class='deadsay'>Event attempted to spawn a revenant, but there were not enough dead people.</span>") //STOP ASSUMING IT'S BADMINS!
deadchat_broadcast("<span class='deadsay'>Event attempted to spawn a revenant, but there were not enough dead people.</span>") //So people stop assuming admins cancelled it
message_admins("Event attempted to spawn a revenant, but there were only [deadMobs]/[REVENANT_SPAWN_THRESHOLD] dead mobs.")
return WAITING_FOR_SOMETHING