debug logging

This commit is contained in:
Razgriz
2023-02-24 13:07:21 -07:00
committed by GitHub
parent 562c38d445
commit 0ba4e424cd

View File

@@ -9,6 +9,7 @@
/datum/event/metroid_infestation/setup()
if(prob(50)) //50% chance of the event to even occur if procced
active_metroid_event = FALSE
log_debug("Metroid infestation failed successfully.")
kill()
return
active_metroid_event = TRUE