|
@@ -562,13 +562,13 @@ if cheatStatusIcons = 0:
|
|
|
|
|
|
if smoker >= 20 and NarkImmune = 0 and smokerNeed > 0 and siga > 0:
|
|
|
$stat_smoke_msg = 'You really need to smoke, click to smoke a cigarette.'
|
|
|
- $statusIconBarTab_4 += '<td><a href="exec: gs ''drugs'',''smoke''"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/craving_nicotine.png"></a></td>'
|
|
|
+ $statusIconBarTab_4 += '<td><a href="exec: gs ''drugs'',''smoke'' & ''You are smoking a cigarette.''"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/craving_nicotine.png"></a></td>'
|
|
|
elseif smoker >= 20 and NarkImmune = 0 and smokerNeed > 0 and siga <= 0:
|
|
|
$stat_smoke_msg = 'You really need to smoke, but you have no cigarettes.'
|
|
|
$statusIconBarTab_4 += '<td><a href="exec:msg $stat_smoke_msg"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/craving_nicotine.png"></a></td>'
|
|
|
elseif siga > 0:
|
|
|
$stat_smoke_msg = 'Click to smoke a cigarette.'
|
|
|
- $statusIconBarTab_4 += '<td><a href="exec: gs ''drugs'',''smoke''"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/smoke_cigarette.png"></a></td>'
|
|
|
+ $statusIconBarTab_4 += '<td><a href="exec: gs ''drugs'',''smoke'' & ''You are smoking a cigarette.''"><img title="<<$stat_smoke_msg>>" height = 54 src="images/system/icon/status_icons/smoke_cigarette.png"></a></td>'
|
|
|
end
|
|
|
|
|
|
$stat_drug_msg = ''
|