mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Ports Automatic Station Stabilizer Bots from Bee (ASSBot) (#11708)
* adds atmosbot * did a thing * Update code/game/objects/effects/temporary_visuals/miscellaneous.dm he's right :( Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> * updates crafting time to six seconds (complex bot time) * changes robot name thanks to alexkar * changes the recipe name * Update atmosbot.dm * REMOVES OLD ATMOS BOT, REPLACES WITH NEW SUICIDE BOT (TM) * linter pls stop be angry Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
This commit is contained in:
@@ -248,6 +248,16 @@
|
||||
time = 4 SECONDS
|
||||
category = CAT_ROBOT
|
||||
|
||||
/datum/crafting_recipe/Atmosbot
|
||||
name = "Automatic Station Stabilizer Bot"
|
||||
result = /mob/living/simple_animal/bot/atmosbot
|
||||
reqs = list(/obj/item/analyzer = 1,
|
||||
/obj/item/bodypart/r_arm/robot = 1,
|
||||
/obj/item/assembly/prox_sensor = 1,
|
||||
/obj/item/grenade/chem_grenade/smart_metal_foam = 1)
|
||||
time = 6 SECONDS
|
||||
category = CAT_ROBOT
|
||||
|
||||
/datum/crafting_recipe/improvised_pneumatic_cannon //Pretty easy to obtain but
|
||||
name = "Pneumatic Cannon"
|
||||
result = /obj/item/pneumatic_cannon/ghetto
|
||||
|
||||
Reference in New Issue
Block a user