浏览代码

Update 'locations/obj_din.qsrc'

[fixed] - This will do a fresh location reset which should fix bugs when forwarding or reversing time and the location doesn't get updated due to the hour change (options becoming available /unavailable, etc.).  This fix will however mess players up if they try and change time in the middle of an event or dialog (really shouldn't).  I believe this is the best solution but I'm open to suggestions. - obj_din module - spectre1viper
spectre1viper 5 年之前
父节点
当前提交
79c676f320
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      locations/obj_din.qsrc

+ 2 - 0
locations/obj_din.qsrc

@@ -2576,11 +2576,13 @@ end
 if $ARGS[0] = '-1 Hour':
 	hour -= 1
 	gs 'stat'
+	gt $loc, $metka
 end
 
 if $ARGS[0] = '+1 Hour':
 	hour += 1
 	gs 'stat'
+	gt $loc, $metka
 end
 
 ! remnants of old menu for testing