Commented out talking vending machines, as they are fucking annoying.

Signed-off-by: CompactNinja <kulzernite@hotmail.com>
This commit is contained in:
CompactNinja
2011-11-29 16:49:09 +10:30
parent 2ac5d5aa94
commit f003685c57

View File

@@ -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()