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:
Maxim
2021-10-15 10:25:20 -04:00
committed by GitHub
parent 5373a21eb6
commit 41e58e7099
8 changed files with 276 additions and 0 deletions

View File

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