Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoiceInYourHead committed Jun 6, 2024
1 parent a7be8e3 commit 6db020b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/_fd/fd_assets/code/obj/items/intel_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
icon_state = icon_state_brolen_fully
return

/obj/structure/fd/intel_console/attackby(obj/item/I, mob/living/user)

/obj/structure/fd/intel_console/use_tool(obj/item/I, mob/living/user)
SHOULD_CALL_PARENT(FALSE)
if(state == 3 && istype(I, /obj/item/stack/material/glass/))
var/obj/item/stack/material/glass/guass = I
if(guass.amount <= 5)
Expand Down

0 comments on commit 6db020b

Please sign in to comment.