mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Update spacefish_migration.dm
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
/datum/event/spacefish_migration/setup()
|
||||
//CHOMP Add start
|
||||
if(prob(15) || fired = TRUE)
|
||||
if(prob(15) || fired == TRUE)
|
||||
log_debug("Random spacefish migration failed successfully.")
|
||||
kill()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user