mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Replace all BYOND text macros
This commit is contained in:
@@ -66,13 +66,13 @@
|
||||
|
||||
/obj/item/weapon/shard/supermatter/attack_hand(var/mob/user)
|
||||
if(!istype(user,/mob/living/carbon/human/nucleation))
|
||||
to_chat(user, pick( "\red You think twice before touching that without protection.",)
|
||||
"\red You don't want to touch that without some protection.",
|
||||
"\red You probably should get something else to pick that up.",
|
||||
"\red You aren't sure that's a good idea.",
|
||||
"\red You aren't in the mood to get vaporized today.",
|
||||
"\red You really don't feel like frying your hand off.",
|
||||
"\red You assume that's a bad idea." )
|
||||
to_chat(user, pick( "<span class='warning'>You think twice before touching that without protection.</span>",)
|
||||
"<span class='warning'>You don't want to touch that without some protection.</span>",
|
||||
"<span class='warning'>You probably should get something else to pick that up.</span>",
|
||||
"<span class='warning'>You aren't sure that's a good idea.</span>",
|
||||
"<span class='warning'>You aren't in the mood to get vaporized today.</span>",
|
||||
"<span class='warning'>You really don't feel like frying your hand off.</span>",
|
||||
"<span class='warning'>You assume that's a bad idea.</span>" )
|
||||
return
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user