Skip to content

Commit

Permalink
bugfix: Combat drone is now craftable (#6212)
Browse files Browse the repository at this point in the history
* Update drone.dm

* unactive- -> inactive
  • Loading branch information
Samirakis authored Nov 24, 2024
1 parent 0c004ca commit 9d27544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@
desc = "Большой дрон. Кажется, неактивен."
w_class = WEIGHT_CLASS_GIGANTIC
item_flags = NOPICKUP
icon_state = "unactive_drone"
icon_state = "inactive_drone"

/obj/item/unactive_drone/attackby(obj/item/I, mob/user, params)
/obj/item/inactive_drone/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/drone_modules/drone_BCM))
to_chat(user, span_notice("Вы установили модуль в слот."))
new /mob/living/simple_animal/bot/ed209/combat_drone(get_turf(src))
Expand Down
Binary file modified icons/obj/items.dmi
Binary file not shown.

0 comments on commit 9d27544

Please sign in to comment.