Skip to content

Commit

Permalink
atmosphere retention field touch message is now toucher only (#6726)
Browse files Browse the repository at this point in the history
## About The Pull Request

atmosphere retention field touch message is now toucher only

## Why It's Good For The Game

it was an aoe msg with first person structure

## Changelog

:cl:
fix: atmos field touching msg is now toucher only
/:cl:
  • Loading branch information
Niezann authored Sep 4, 2024
1 parent 710a7cc commit 2969f97
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 2969f97

Please sign in to comment.