mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Removes ++ and -- in conditionals (#71925)
This commit is contained in:
@@ -793,7 +793,8 @@
|
||||
var/iterable = 0
|
||||
for(var/datum/antagonist/role in subject.mind.antag_datums)
|
||||
special_role_description += "[role.name]"
|
||||
if(++iterable != length(subject.mind.antag_datums))
|
||||
iterable++
|
||||
if(iterable != length(subject.mind.antag_datums))
|
||||
special_role_description += ", "
|
||||
special_role_description += "</b></font>"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user