Skip to content

Commit

Permalink
Clarified in probe that the radio uses encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
luciensadi committed Jul 1, 2024
1 parent 3606c87 commit 1a0453e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/act.informative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3707,7 +3707,7 @@ void do_probe_object(struct char_data * ch, struct obj_data * j, bool is_in_shop
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "It has a ^c%d/5^n range and can encrypt and decrypt signals up to crypt level ^c%d^n.",
GET_RADIO_FREQ_RANGE(j), GET_RADIO_MAX_CRYPT(j));
#else
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "It has a ^c%d/5^n range.",
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "It has a ^c%d/5^n range and transmits via secure Shadowlands encryption.",
GET_RADIO_FREQ_RANGE(j));
#endif
break;
Expand Down Expand Up @@ -3827,7 +3827,7 @@ void do_probe_object(struct char_data * ch, struct obj_data * j, bool is_in_shop
GET_VEHICLE_MOD_RATING(j),
GET_VEHICLE_MOD_RADIO_MAX_CRYPT(j));
#else
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "\r\nIt has a ^c%d/5^n range.",
snprintf(ENDOF(buf), sizeof(buf) - strlen(buf), "\r\nIt has a ^c%d/5^n range and transmits via secure Shadowlands encryption.",
GET_VEHICLE_MOD_RATING(j));
#endif
} else if (GET_VEHICLE_MOD_LOCATION(j) == MOD_GRABBER) {
Expand Down

0 comments on commit 1a0453e

Please sign in to comment.