Adds Radial Menus to Cyborg Module and Sprite selection (#19234)

* 1

* expand radius

* added combat droid back, gotta test whether force_modules can let the ERT secborg in

* holy crap i think it might be ready

* Update code/modules/mob/living/silicon/robot/robot.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* Update code/modules/mob/living/silicon/robot/robot.dm

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* change initialise to initialize, and update the sec/combat radial icon's name to be more self-explanatory

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
PacifistDalek
2022-11-02 20:21:22 +01:00
committed by GitHub
co-authored by Sirryan2002
parent 599221a602
commit d5b261407e
5 changed files with 178 additions and 149 deletions
+1
View File
@@ -107,6 +107,7 @@
O.update_pipe_vision()
O.check_custom_sprite()
O.Namepick()
INVOKE_ASYNC(GLOBAL_PROC, .proc/qdel, src) // To prevent the proc from returning null.