mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
fixes broken chars (#15810)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
for(var/obj/item/device/pda/check_pda in sortAtom(PDAs))
|
||||
if (!check_pda.owner || check_pda == src || check_pda.hidden)
|
||||
continue
|
||||
|
||||
|
||||
var/datum/data/pda/app/messenger/M = check_pda.find_program(/datum/data/pda/app/messenger)
|
||||
if(!M || M.toff)
|
||||
continue
|
||||
@@ -97,7 +97,7 @@
|
||||
message = pick("Luxury watches for Blowout sale prices!",\
|
||||
"Watches, Jewelry & Accessories, Bags & Wallets !",\
|
||||
"Deposit 100$ and get 300$ totally free!",\
|
||||
" 100K NT.|WOWGOLD �nly $89 <HOT>",\
|
||||
" 100K NT.|WOWGOLD Only $89 <HOT>",\
|
||||
"We have been filed with a complaint from one of your customers in respect of their business relations with you.",\
|
||||
"We kindly ask you to open the COMPLAINT REPORT (attached) to reply on this complaint..")
|
||||
if(4)
|
||||
|
||||
Reference in New Issue
Block a user