Skip to content

Commit

Permalink
I do not get it
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed Apr 25, 2024
1 parent 51fffb1 commit c238525
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 @@ -124,14 +124,14 @@
to_chat(user, SPAN_WARNING("[src] makes a annoying hum and flashes red, You dont have the legal access to the upgrade!"))
return
else
icon_state = "xeno_analyzer_on_printing"
busy = TRUE
biomass_points -= cost
addtimer(CALLBACK(src, PROC_REF(print_upgrade), produce_path, variation), 5 SECONDS)

/obj/structure/machinery/xenoanalyzer/proc/print_upgrade(produce_path, variation)
busy = FALSE
to_world(produce_path)
icon_state = "mixer0b"
icon_state = "xeno_analyzer_off"
var/obj/item/research_upgrades/upgrade = new produce_path(get_turf(src))
upgrade.value = variation

Expand Down
Binary file modified icons/obj/structures/machinery/science_machines_64x32.dmi
Binary file not shown.

0 comments on commit c238525

Please sign in to comment.