Skip to content

Commit

Permalink
Update atm_ret_field.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Niezann committed Sep 2, 2024
1 parent e6e8ce0 commit 273fe77
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 273fe77

Please sign in to comment.