mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
numbers round the wrong way
This commit is contained in:
@@ -234,9 +234,9 @@
|
||||
spawn(0)
|
||||
message_to_riders("<span class='userdanger'>Critical damage to the vessel detected, core explosion imminent!</span>")
|
||||
for(var/i in 1 to 3)
|
||||
var/count = 1
|
||||
var/count = 3
|
||||
message_to_riders("<span class='warning'>[count]</span>")
|
||||
count++
|
||||
count--
|
||||
sleep(10)
|
||||
if(LAZYLEN(pilot) || LAZYLEN(passengers))
|
||||
for(var/M in passengers + pilot)
|
||||
|
||||
Reference in New Issue
Block a user