fixed some interactions
This commit is contained in:
parent
cf8e3c63b2
commit
48c7d9b214
Binary file not shown.
|
@ -344,7 +344,7 @@
|
|||
r = New ReactionContainer("<name> puts in~extra effort.", MessageBulb.NotificationTypes.Friendly)
|
||||
Case 2
|
||||
If IsOutside() = True Then
|
||||
r = New ReactionContainer("<name> is smelling~the scents of the~surrounding air", MessageBulb.NotificationTypes.Friendly)
|
||||
r = New ReactionContainer("<name> is smelling~the scents of the~surrounding air.", MessageBulb.NotificationTypes.Friendly)
|
||||
End If
|
||||
Case 3
|
||||
If IsOutside() = True Then
|
||||
|
|
Loading…
Reference in New Issue