Skip to content

Commit

Permalink
adds examine string repair walls help intent
Browse files Browse the repository at this point in the history
  • Loading branch information
HumiliatedGoblin committed Apr 14, 2024
1 parent 8ca5aff commit 5348d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/walls/walls.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

switch(d_state)
if(WALL_STATE_WELD)
. += SPAN_INFO("The outer plating is intact. A blowtorch should slice it open.")
. += SPAN_INFO("The outer plating is intact. If you are not on help intent, a blowtorch should slice it open.")
if(WALL_STATE_SCREW)
. += SPAN_INFO("The outer plating has been sliced open. A screwdriver should remove the support lines.")
if(WALL_STATE_WIRECUTTER)
Expand Down

0 comments on commit 5348d8e

Please sign in to comment.