Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuckleberry-Finn committed Mar 5, 2014
1 parent 394ecc4 commit 5e127f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/gamemodes/nuclear/nuclear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
text += "(Syndicates used [TC_uses] TC) [purchases]"

if(TC_uses==0 && station_was_nuked && !is_operatives_are_dead())
text += "<IMG CLASS=icon SRC=\ref['icons/BadAss.dmi.dmi'] ICONSTATE='badass'>"
text += "<IMG CLASS=icon SRC=\ref['icons/BadAss.dmi'] ICONSTATE='badass'>"

world << text
return 1
Expand Down
2 changes: 1 addition & 1 deletion code/game/gamemodes/traitor/traitor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
if(uplink_true)
text += " (used [TC_uses] TC) [purchases]"
if(TC_uses==0 && traitorwin)
text += "<IMG CLASS=icon SRC=\ref['icons/BadAss.dmi.dmi'] ICONSTATE='badass'>"
text += "<IMG CLASS=icon SRC=\ref['icons/BadAss.dmi'] ICONSTATE='badass'>"

text += objectives

Expand Down

0 comments on commit 5e127f0

Please sign in to comment.