mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 07:03:30 +01:00
[TGUI] Drone Control Console (#15222)
* Drone UI V1 * Bigger button And admin log clarification * Review 1 Also commented out the drone 'rebooting' action, since it didn't work. * Spacing Seemed a bit too cluttered. * Review 2 Co-Authored-By: dearmochi <shenesis@gmail.com> Co-authored-by: dearmochi <shenesis@gmail.com>
This commit is contained in:
@@ -21,6 +21,3 @@ GLOBAL_DATUM_INIT(notcontained_state, /datum/ui_state/notcontained_state, new)
|
||||
|
||||
/mob/living/silicon/notcontained_can_use_topic(src_object)
|
||||
return default_can_use_topic(src_object) // Silicons use default bevhavior.
|
||||
|
||||
/mob/living/simple_animal/drone/notcontained_can_use_topic(src_object)
|
||||
return default_can_use_topic(src_object) // Drones use default bevhavior.
|
||||
|
||||
Reference in New Issue
Block a user