Fixes the Arks looping issue, and gives Ratvar new words when fighting

Also removes the grace period variable since the ark activates immediately now /shrug
This commit is contained in:
Keate Senior
2020-07-23 12:59:40 -04:00
parent 7f652cf338
commit fafde35ee2
4 changed files with 25 additions and 76 deletions
-2
View File
@@ -447,8 +447,6 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."
var/time_name
if(G.seconds_until_activation)
time_name = "until the Ark activates"
else if(G.grace_period)
time_name = "of grace period remaining"
else if(G.progress_in_seconds)
time_name = "until the Ark finishes summoning"
if(time_info)