浏览代码

[fixes] my stupid copy&paste error in stat

julzor 5 年之前
父节点
当前提交
5405afa580
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/stat.qsrc

+ 2 - 2
locations/stat.qsrc

@@ -883,7 +883,7 @@ end
 if pcs_health < 0:
 	if Enable_nogameover = 0 :
 		over = 1
-		if $loc ! = 'gameover': gt 'gameover'
+		if $loc ! 'gameover': gt 'gameover'
 		exit & !nogameover by illume
 	else
 		$stat_msg += '<BR><font color=red><B>You died from injuries, but Cheat Mode keeps you Alive.</B></font>'
@@ -896,7 +896,7 @@ if pcs_willpwr <= 0 :
 	if pcs_mood <= 1:
 		if Enable_nogameover = 0 :
 			over = 2
-			if $loc ! = 'gameover': gt 'gameover'
+			if $loc ! 'gameover': gt 'gameover'
 			exit & !nogameover by illume
 		else
 			$stat_msg += '<BR><font color=red><B>You are insane, but Cheat Mode keeps you Alive.</B></font>'