From f003685c57db40ec6d1fdc3181c99fd3738bed4f Mon Sep 17 00:00:00 2001 From: CompactNinja Date: Tue, 29 Nov 2011 16:49:09 +1030 Subject: [PATCH] Commented out talking vending machines, as they are fucking annoying. Signed-off-by: CompactNinja --- code/game/machinery/vending.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index ffb449cbead..2a34d1a4c83 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -370,11 +370,11 @@ if(src.seconds_electrified > 0) src.seconds_electrified-- - //Pitch to the people! Really sell it! + /*Pitch to the people! Really sell it! if(prob(5) && ((src.last_slogan + src.slogan_delay) <= world.time) && (src.slogan_list.len > 0) && (!src.shut_up)) var/slogan = pick(src.slogan_list) src.speak(slogan) - src.last_slogan = world.time + src.last_slogan = world.time*/ if((prob(2)) && (src.shoot_inventory)) src.throw_item()