mirror of
https://github.com/KabKebab/GS13.git
synced 2026-04-05 02:51:22 +01:00
Merge pull request #79 from GDLW24/busty_bot
new hull for service cyborgs, based on a certain gif
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 14 KiB |
@@ -524,7 +524,8 @@
|
||||
"BootyF" = image(icon = 'modular_citadel/icons/mob/robots.dmi', icon_state = "bootyservice"),
|
||||
"BootyM" = image(icon = 'modular_citadel/icons/mob/robots.dmi', icon_state = "bootyserviceM"),
|
||||
"BootyS" = image(icon = 'modular_citadel/icons/mob/robots.dmi', icon_state = "bootyserviceS"),
|
||||
"Fat" = image(icon = 'GainStation13/icons/mob/robots.dmi', icon_state = "fat_service")
|
||||
"Fat" = image(icon = 'GainStation13/icons/mob/robots.dmi', icon_state = "fat_service"),
|
||||
"Busty" = image(icon = 'GainStation13/icons/mob/robots.dmi', icon_state = "busty_service")
|
||||
)
|
||||
butler_models = sortList(butler_models)
|
||||
var/butler_borg_icon = show_radial_menu(R, R , butler_models, custom_check = CALLBACK(src, .proc/check_menu, R), radius = 42, require_near = TRUE, tooltips = TRUE)
|
||||
@@ -569,6 +570,10 @@
|
||||
cyborg_base_icon = "fat_service"
|
||||
cyborg_icon_override = 'GainStation13/icons/mob/robots.dmi'
|
||||
hat_offset = 3
|
||||
if("Busty")
|
||||
cyborg_base_icon = "busty_service"
|
||||
cyborg_icon_override = 'GainStation13/icons/mob/robots.dmi'
|
||||
hat_offset = 1
|
||||
return ..()
|
||||
|
||||
/obj/item/robot_module/engineering/be_transformed_to(obj/item/robot_module/old_module)
|
||||
|
||||
Reference in New Issue
Block a user