Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
Co-authored-by: Luc <[email protected]>
Signed-off-by: PollardTheDragon <[email protected]>
  • Loading branch information
PollardTheDragon and lewcc authored Jan 29, 2025
1 parent fa05ffd commit 7f1d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/ai_resource.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GLOBAL_LIST_EMPTY(ai_nodes)

/obj/machinery/ai_node/attack_hand(user as mob)
if(overheating)
to_chat(user, "<span class = 'notice'>You turn the overheating [src] off.</span>")
to_chat(user, "<span class='notice'>You turn the overheating [src] off.</span>")
overheating = FALSE
update_icon(UPDATE_ICON_STATE)
return
Expand Down

0 comments on commit 7f1d5e1

Please sign in to comment.