mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 05:52:17 +00:00
Commented out talking vending machines, as they are fucking annoying.
Signed-off-by: CompactNinja <kulzernite@hotmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user