mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #4735 from elgeonmb/patch-3
moves us out of the kara system, pt 1
This commit is contained in:
@@ -26,13 +26,13 @@
|
|||||||
var/rng = rand(1,5)
|
var/rng = rand(1,5)
|
||||||
switch(rng)
|
switch(rng)
|
||||||
if(1)
|
if(1)
|
||||||
msg = "A combat drone wing operating near various asteroids in the Kara subsystem has failed to return from a anti-piracy sweep. If any are sighted, \
|
msg = "A combat drone wing operating in close orbit above Sif has failed to return from a anti-piracy sweep. If any are sighted, \
|
||||||
approach with caution."
|
approach with caution."
|
||||||
if(2)
|
if(2)
|
||||||
msg = "Contact has been lost with a combat drone wing operating out in the asteroid field near Kara. If any are sighted in the area, approach with \
|
msg = "Contact has been lost with a combat drone wing in Sif orbit. If any are sighted in the area, approach with \
|
||||||
caution."
|
caution."
|
||||||
if(3)
|
if(3)
|
||||||
msg = "Unidentified hackers have targeted a combat drone wing deployed in the Kara subsystem. If any are sighted in the area, approach with caution."
|
msg = "Unidentified hackers have targeted a combat drone wing deployed around Sif. If any are sighted in the area, approach with caution."
|
||||||
if(4)
|
if(4)
|
||||||
msg = "A passing derelict ship's drone defense systems have just activated. If any are sighted in the area, use caution."
|
msg = "A passing derelict ship's drone defense systems have just activated. If any are sighted in the area, use caution."
|
||||||
if(5)
|
if(5)
|
||||||
|
|||||||
Reference in New Issue
Block a user