Skip to content

Commit

Permalink
TGS Test Merge (#6726)
Browse files Browse the repository at this point in the history
  • Loading branch information
blubelle authored and blubelle committed Sep 3, 2024
2 parents 180b7a3 + 273fe77 commit fe3b6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/atm_ret_field.dm
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@

/obj/structure/atmospheric_retention_field/attack_hand(mob/user, list/params)
if(density)
visible_message("You touch the retention field, and it crackles faintly. Tingly!")
to_chat(user, "You touch the retention field, and it crackles faintly. Tingly!")
else
visible_message("You try to touch the retention field, but pass through it like it isn't even there.")
to_chat(user, "You try to touch the retention field, but pass through it like it isn't even there.")

/obj/structure/atmospheric_retention_field/legacy_ex_act()
return
Expand Down

0 comments on commit fe3b6be

Please sign in to comment.