mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update carp_migration.dm
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
var/list/spawned_carp = list()
|
||||
|
||||
/datum/event/carp_migration/setup()
|
||||
if(prob(50)
|
||||
if(prob(50))
|
||||
kill()
|
||||
return
|
||||
announceWhen = rand(30, 60) // 1 to 2 minutes
|
||||
|
||||
Reference in New Issue
Block a user