mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[MIRROR] Fixes Space Ninja Comms Console Hack Not Working on Occasion (#1684)
* Fixes Space Ninja Comms Console Hack Not Working on Occasion (#54921) * Fixes Space Ninja Comms Console Hack Not Working on Occasion Co-authored-by: IndieanaJones <47086570+IndieanaJones@users.noreply.github.com>
This commit is contained in:
co-authored by
IndieanaJones
parent
7302e200c6
commit
645209bd8d
@@ -163,7 +163,7 @@
|
||||
return
|
||||
AI_notify_hack()
|
||||
if(do_after(ninja, 300))
|
||||
var/announcement_pick = rand(0, 2)
|
||||
var/announcement_pick = rand(0, 1)
|
||||
switch(announcement_pick)
|
||||
if(0)
|
||||
priority_announce("Attention crew, it appears that someone on your station has made unexpected communication with an alien device in nearby space.", "[command_name()] High-Priority Update")
|
||||
|
||||
Reference in New Issue
Block a user