mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +01:00
1433321ad0
- fixed some floor tiles in Xenoarch - scrubbed radstorms, heart attacks and random appenditicis from event pool - increase pancake stacking from 10 to 20 - removed a couple pixels from Nia / Long Hair 1 hairstyle (they were colliding badly with bellies and other organs - tweaked pod people to give them more body parts - Rose now starts with a rose :)
20 lines
702 B
Plaintext
20 lines
702 B
Plaintext
// /datum/round_event_control/radiation_storm
|
|
// name = "Radiation Storm"
|
|
// typepath = /datum/round_event/radiation_storm
|
|
// max_occurrences = 1
|
|
|
|
// /datum/round_event/radiation_storm
|
|
|
|
|
|
// /datum/round_event/radiation_storm/setup()
|
|
// startWhen = 3
|
|
// endWhen = startWhen + 1
|
|
// announceWhen = 1
|
|
|
|
// /datum/round_event/radiation_storm/announce(fake)
|
|
// priority_announce("High levels of radiation detected near the station. Maintenance is best shielded from radiation.", "Anomaly Alert", 'sound/ai/radiation.ogg')
|
|
// //sound not longer matches the text, but an audible warning is probably good
|
|
|
|
// /datum/round_event/radiation_storm/start()
|
|
// SSweather.run_weather(/datum/weather/rad_storm)
|