Skip to content

Commit

Permalink
Fixes tgstation#12095, chance for EMP to call shuttle restored
Browse files Browse the repository at this point in the history
  • Loading branch information
feemjmeem committed Oct 14, 2015
1 parent 1b9a24f commit b97a8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/ai/ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ var/list/ai_list = list()
if(1)
view_core()
if(2)
ai_call_shuttle()
SSshuttle.requestEvac(src,"ALERT: Energy surge detected in AI core! Station integrity may be compromised! Initiati--%m091#ar-BZZT")
..()

/mob/living/silicon/ai/ex_act(severity, target)
Expand Down

0 comments on commit b97a8b5

Please sign in to comment.