mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user