[SEMI-MODULAR] [TESTING] All the borgs (#463)

* Adds alternate borgs

* Update robot.dm

* Update robot.dm

* better modularisation

* Delete signals.dm

* Update tgstation.dme

* Update readme.md

* Cleans some bad code

* oops

* Update readme.md

* Update robot.dm

* Update robot_items.dm

Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
Gandalf
2020-09-18 21:00:28 +02:00
committed by GitHub
co-authored by Azarak
parent d3f5d861ef
commit 5c02437d00
13 changed files with 1081 additions and 1 deletions
@@ -190,7 +190,11 @@
R.update_module_innate()
RM.rebuild_modules()
R.radio.recalculateChannels()
//SKYRAT EDIT ADDITION BEGIN - ALTBORGS
if(RM.dogborg)
R.dogborg = TRUE
RM.dogborg_equip()
//SKYRAT EDIT ADDITION END
INVOKE_ASYNC(RM, .proc/do_transform_animation)
qdel(src)
return RM