浏览代码

[fixed] missing gs 'stat' in bed2

julzor 5 年之前
父节点
当前提交
b9db3589ec
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 1 0
      locations/bed2.qsrc
  2. 3 3
      locations/traits.qsrc

+ 1 - 0
locations/bed2.qsrc

@@ -288,6 +288,7 @@ if $ARGS[0] = 'dream':
 		end
 	!! Exclusions for succubus dreams as they set horny to 100 and will always get overridden otherwise
 	elseif pcs_horny > 80 and pcs_sleep >= 30 and rand (1,300) = 300 and succubusQW ! 1 and succubusQW ! 2:
+		gs 'stat'
 		$waketext = 'You glance at your alarm clock. It reads <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>.'
 		gt 'bed2', 'wake_horny'
 	end

+ 3 - 3
locations/traits.qsrc

@@ -79,15 +79,15 @@ if $ARGS[0] = 'menu':
 		'To gain this trait you have to use 2 different types of drugs several times. At the moment you have <<addictive_exp>> out of 2 points towards level 1.'
 	elseif addictive_trait_lvl = 1:
 		'You have this trait at level 1.'
-		'You have some experience with taking drugs and it becomes harder for you to refuse taking them.'
+		'You have some experience with taking drugs and it becomes harder for you to refuse to take them.'
 		'To increase this trait you have to use 3 different types of drugs several times. At the moment you have <<addictive_exp>> out of 3 points towards level 2.'
 	elseif addictive_trait_lvl = 2:
 		'You have this trait at level 2.'
-		'Taking drugs has become something normal and that makes it even harder for you to refuse taking them.'
+		'Taking drugs has become something normal and that makes it even harder for you to refuse to take them.'
 		'To increase this trait you have to use 4 different types of drugs several times. At the moment you have <<addictive_exp>> out of 4 points towards level 3.'
 	elseif addictive_trait_lvl = 3:
 		'You have this trait at level 3.'
-		'Taking drugs is a normal part of your life which makes it difficult for you to refuse taking them.'
+		'Taking drugs is a normal part of your life which makes it difficult for you to refuse to take them.'
 		'This is the highest level of this trait.'
 	end