mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
Fixes some issues with borg icons.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
module_category = ROBOT_MODULE_TYPE_FLYING
|
||||
can_be_pushed = TRUE
|
||||
sprites = list(
|
||||
"Drone" = "drone-standard",
|
||||
"Drone" = "robot",
|
||||
"Pyralis" = "Glitterfly-Standard",
|
||||
"Cabeiri" = "eyebot-standard"
|
||||
)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
/mob/living/silicon/robot/flying
|
||||
desc = "A utility robot with an anti-gravity hover unit and a lightweight frame."
|
||||
icon = 'icons/mob/robots/robots_flying.dmi'
|
||||
icon_state = "drone-standard"
|
||||
module_category = ROBOT_MODULE_TYPE_FLYING
|
||||
dismantle_type = /obj/item/robot_parts/frame/flyer
|
||||
power_efficiency = 0.75
|
||||
|
||||
Reference in New Issue
Block a user