mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
I question some people (#28208)
This commit is contained in:
@@ -234,7 +234,7 @@ RESTRICT_TYPE(/datum/antagonist/traitor)
|
||||
if(freq < 1451 || freq > 1459)
|
||||
freqlist += freq
|
||||
freq += 2
|
||||
if((freq % 2) == 0)
|
||||
if(ISEVEN(freq))
|
||||
freq += 1
|
||||
freq = pick(freqlist)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user