Files
Bubberstation/code/modules/events/mice_migration.dm
coiax ef42272bf6 Mice no longer spawn on grilles (#21603)
* Mice no longer spawn on grilles

Fixes #21574. Mice no longer spawn on cables that have dense objects
also on the tile.

Also added the Mice Migration event, used for debug purposes, currently
disabled.

* Uses proc that exists to check for density
2016-11-19 22:28:41 +13:00

16 lines
480 B
Plaintext

/datum/round_event_control/mice_migration
name = "Mice Migration"
typepath = /datum/round_event/mice_migration
weight = 0
/datum/round_event/mice_migration
announceWhen = 0
/datum/round_event/mice_migration/announce()
priority_announce("Due to space-winter, a number of rodents have \
migrated into the maintenance tunnels.", "Migration Alert",
'sound/effects/mousesqueek.ogg', 100, 1)
/datum/round_event/mice_migration/start()
SSsqueak.trigger_migration(rand(5,15))