mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
debug logging
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
/datum/event/metroid_infestation/setup()
|
/datum/event/metroid_infestation/setup()
|
||||||
if(prob(50)) //50% chance of the event to even occur if procced
|
if(prob(50)) //50% chance of the event to even occur if procced
|
||||||
active_metroid_event = FALSE
|
active_metroid_event = FALSE
|
||||||
|
log_debug("Metroid infestation failed successfully.")
|
||||||
kill()
|
kill()
|
||||||
return
|
return
|
||||||
active_metroid_event = TRUE
|
active_metroid_event = TRUE
|
||||||
|
|||||||
Reference in New Issue
Block a user