Disallow medicine events before medicine has been discovered.

This commit is contained in:
Michael
2013-10-29 18:06:40 -04:00
parent a96e9c55c2
commit b230d0586a
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -507,7 +507,7 @@ Events.Room = [
{ /* The Sick Man */
title: 'The Sick Man',
isAvailable: function() {
return Engine.activeModule == Room && $SM.get('features.location.world');
return Engine.activeModule == Room && $SM.get('stores.medicine', true) > 0;
},
scenes: {
'start': {