mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Mining Loadouts (#17890)
* mining stuff * some missed things in borg pr
This commit is contained in:
@@ -56,6 +56,6 @@
|
||||
/*
|
||||
/datum/robot_sprite/combat/fluff/foopwotch/handle_extra_icon_updates(var/mob/living/silicon/robot/ourborg) //Make sure the path is correct!
|
||||
..() //THIS IS ESSENTIAL. IF YOU FORGET THIS LINE, YOU WILL NOT GET THE NORMAL SPRITES.
|
||||
if(ourborg.has_active_type(/obj/item/weapon/combat_borgblade))
|
||||
if(ourborg.has_active_type(/obj/item/combat_borgblade))
|
||||
ourborg.add_overlay("[sprite_icon_state]-dagger")
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user