mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 00:57:05 +01:00
Science TGUI & More (#3901)
* Day 1 * Circuits, Bots, UAV * Fixes * Cleaning * Finished Science * e * asdasd * aesfesf * Fix Medibots (including the bee one) * Bleh * Fixes RPD with some code improvements * RCON Patch * RCON PATCHES * Rename popper.tsx to Popper.tsx * Rename popper.stories.js to Popper.stories.js * Yarn and Popper Updates * I am going to shit bricks * So Tired * asdas * Finally fixed tanks * Radio is fixed * Fixes Pipes * RCD SCROLLING! * Fixes Chat (because everyone uses hybrid???) * Fixes bugged themes * habhabahab - Fixes Air Alarm modes * Fixes Medibot UI and UI Action Buttons * Fixing say_emphasis missing on NIF messages * a
This commit is contained in:
@@ -12,11 +12,8 @@
|
||||
max_complexity = IC_COMPLEXITY_BASE
|
||||
var/obj/item/clothing/clothing = null
|
||||
|
||||
/obj/item/electronic_assembly/clothing/nano_host()
|
||||
return clothing
|
||||
|
||||
/obj/item/electronic_assembly/clothing/resolve_nano_host()
|
||||
return clothing
|
||||
/obj/item/electronic_assembly/clothing/ui_host()
|
||||
return clothing.ui_host()
|
||||
|
||||
/obj/item/electronic_assembly/clothing/update_icon()
|
||||
..()
|
||||
|
||||
@@ -10,11 +10,8 @@
|
||||
max_complexity = IC_COMPLEXITY_BASE / 2
|
||||
var/obj/item/implant/integrated_circuit/implant = null
|
||||
|
||||
/obj/item/electronic_assembly/implant/nano_host()
|
||||
return implant
|
||||
|
||||
/obj/item/electronic_assembly/implant/resolve_nano_host()
|
||||
return implant
|
||||
/obj/item/electronic_assembly/implant/ui_host()
|
||||
return implant.ui_host()
|
||||
|
||||
/obj/item/electronic_assembly/implant/update_icon()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user