mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 12:02:31 +01:00
Fixes https://github.com/Aurorastation/Aurora.3/issues/22959 Fixes https://github.com/Aurorastation/Aurora.3/issues/22960 changes: - bugfix: "Integrated circuits can now display screen text and other examine related things." - bugfix: "Fixed the direction of the wall mounted integrated circuit when placed." - bugfix: "Fixed that the integrated circuit kit had the wrong tools." - bugfix: "Fixed that the integrated circuit printer put things on the turf instead of in hand." - bugfix: "Fixed that removing integrated circuit components put them on the turf, and that they were dropped if they did not fit inside the device." - bugfix: "Harvesting a plant multiple times by clicking it repeatedly before it finishes is no longer possible." - bugfix: "The kitchen machinery can now be upgraded." - bugfix: "The farmbot requirement in bounties was reduced." - bugfix: "Fixes the inability to put custom pizzas in the pizza box."
24 lines
891 B
Plaintext
24 lines
891 B
Plaintext
/datum/bounty/item/bot/cleanbot
|
|
name = "Cleanbot"
|
|
description = "There has been a incident out our crusher which resulted in the tragic death of multiple cleanbots. Ship a few replacements."
|
|
reward_low = 270
|
|
reward_high = 370
|
|
required_count = 3
|
|
wanted_types = list(/mob/living/bot/cleanbot)
|
|
|
|
/datum/bounty/item/bot/farmbot
|
|
name = "Farmbot"
|
|
description = "After a k'ois incident multiple botanists were hospitalized. Provide a farmbot to handle their duties while they recover."
|
|
reward_low = 370
|
|
reward_high = 430
|
|
required_count = 1
|
|
wanted_types = list(/mob/living/bot/farmbot)
|
|
|
|
/datum/bounty/item/bot/medbot
|
|
name = "Medibot"
|
|
description = "We were unable to recruit a sufficient number of qualified medical professionals this month. Ship us a few medibots to fill the void."
|
|
reward_low = 550
|
|
reward_high = 600
|
|
required_count = 2
|
|
wanted_types = list(/mob/living/bot/medbot)
|