mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Whitespace cleanup part 2. (#19891)
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
var/list/obj/machinery/economy/vending/infectedMachines = list()
|
||||
var/obj/machinery/economy/vending/originMachine
|
||||
var/list/rampant_speeches = list("Try our aggressive new marketing strategies!", \
|
||||
"You should buy products to feed your lifestyle obession!", \
|
||||
"Consume!", \
|
||||
"Your money can buy happiness!", \
|
||||
"Engage direct marketing!", \
|
||||
"Advertising is legalized lying! But don't let that put you off our great deals!", \
|
||||
"You don't want to buy anything? Yeah, well I didn't want to buy your mom either.")
|
||||
"You should buy products to feed your lifestyle obession!", \
|
||||
"Consume!", \
|
||||
"Your money can buy happiness!", \
|
||||
"Engage direct marketing!", \
|
||||
"Advertising is legalized lying! But don't let that put you off our great deals!", \
|
||||
"You don't want to buy anything? Yeah, well I didn't want to buy your mom either.")
|
||||
|
||||
/datum/event/brand_intelligence/announce()
|
||||
GLOB.minor_announcement.Announce("Rampant brand intelligence has been detected aboard [station_name()], please stand-by. The origin is believed to be \a [originMachine.name].", "Machine Learning Alert", 'sound/AI/brand_intelligence.ogg')
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/datum/event/carp_migration/koi
|
||||
spawned_mobs = list(
|
||||
/mob/living/simple_animal/hostile/retaliate/carp/koi = 98,
|
||||
/mob/living/simple_animal/hostile/retaliate/carp/koi/honk = 2)
|
||||
/mob/living/simple_animal/hostile/retaliate/carp/koi = 98,
|
||||
/mob/living/simple_animal/hostile/retaliate/carp/koi/honk = 2)
|
||||
|
||||
|
||||
/datum/event/carp_migration/koi/start()
|
||||
|
||||
Reference in New Issue
Block a user