case 155:
if (Session == null)
{
return false;
}
class2 = GoldTree.GetGame().GetRoomManager().GetRoom(Session.GetHabbo().CurrentRoomId);
RoomUser class32 = class2.GetRoomUserByHabbo(Session.GetHabbo().Id);
{
class32.HandleSpeech(Session, "*Smokes weed", true);
Session.GetHabbo().Whisper("Your Now Smoking weed caution of cops");
}
return true;
this.dictionary_4.Add("smokeweed", 155);