mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Exosuit Fabricator tgui Total Conversion - An Ode to Roboticists (#52073)
* First draft * tgui interface bluescreen guards * Preparing for cyborg module sub-categories * The rest of the owl * Stop duplicate say messgaes * Implement interface handling for obstructed exits * Pocket lint * Documentation and misc. code cleanup * Implement searching in interface * tgui pocket lint and build * Coding style consistency and changes. Rebuild tgui. * Update default bitflags * Address potential edge case bluescreen. * orange man good * Remove emag_act with obsolete functionality * Standardise variable naming conventions * tgui 4.0 update * tgui 4.0 update * Port a couple of usability improvements from concept branch. * Fix new ui_act input. * Actually fix new ui_act input * Port some small improvements from concept branch. * Rebuild tgui * Made department of redundancy department redundant. * Rebuild tgui.
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
"boss4.gif" = 'icons/UI_Icons/Arcade/boss4.gif',
|
||||
"boss5.gif" = 'icons/UI_Icons/Arcade/boss5.gif',
|
||||
"boss6.gif" = 'icons/UI_Icons/Arcade/boss6.gif',
|
||||
)
|
||||
)
|
||||
|
||||
/datum/asset/spritesheet/simple/achievements
|
||||
name ="achievements"
|
||||
@@ -389,3 +389,13 @@
|
||||
assets = list(
|
||||
"view_variables.css" = 'html/admin/view_variables.css'
|
||||
)
|
||||
|
||||
/datum/asset/spritesheet/sheetmaterials
|
||||
name = "sheetmaterials"
|
||||
|
||||
/datum/asset/spritesheet/sheetmaterials/register()
|
||||
InsertAll("", 'icons/obj/stack_objects.dmi')
|
||||
|
||||
// Special case to handle Bluespace Crystals
|
||||
Insert("polycrystal", 'icons/obj/telescience.dmi', "polycrystal")
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user