mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
powder that makes you say yes
This commit is contained in:
@@ -216,19 +216,9 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
|
|||||||
// Sadly, we can't use a switch statement here due to not using a constant value for the current map's centcom name.
|
// Sadly, we can't use a switch statement here due to not using a constant value for the current map's centcom name.
|
||||||
if(destination == using_map.boss_name)
|
if(destination == using_map.boss_name)
|
||||||
message_admins(sender, "[uppertext(using_map.boss_short)] FAX", rcvdcopy, "CentComFaxReply", "#006100")
|
message_admins(sender, "[uppertext(using_map.boss_short)] FAX", rcvdcopy, "CentComFaxReply", "#006100")
|
||||||
<<<<<<< HEAD
|
else if(destination == "Solar Central Government") // Vorestation Edit //CHOMPedit
|
||||||
else if (destination == "Solar Central Government") // YW EDIT
|
message_admins(sender, "Solar Central Government FAX", rcvdcopy, "CentComFaxReply", "#1F66A0") // Vorestation Edit //CHOMPedit
|
||||||
message_admins(sender, "Solar Central Government FAX", rcvdcopy, "CentComFaxReply", "#1F66A0")
|
|
||||||
else if (destination == "Supply")
|
|
||||||
||||||| parent of da4837903c... Merge pull request #10433 from VOREStation/upstream-merge-8085
|
|
||||||
else if (destination == "Virgo-Prime Governmental Authority") // Vorestation Edit
|
|
||||||
message_admins(sender, "VIRGO GOVERNMENT FAX", rcvdcopy, "CentComFaxReply", "#1F66A0")
|
|
||||||
else if (destination == "Supply")
|
|
||||||
=======
|
|
||||||
else if(destination == "Virgo-Prime Governmental Authority") // Vorestation Edit
|
|
||||||
message_admins(sender, "VIRGO GOVERNMENT FAX", rcvdcopy, "CentComFaxReply", "#1F66A0") // Vorestation Edit
|
|
||||||
else if(destination == "Supply")
|
else if(destination == "Supply")
|
||||||
>>>>>>> da4837903c... Merge pull request #10433 from VOREStation/upstream-merge-8085
|
|
||||||
message_admins(sender, "[uppertext(using_map.boss_short)] SUPPLY FAX", rcvdcopy, "CentComFaxReply", "#5F4519")
|
message_admins(sender, "[uppertext(using_map.boss_short)] SUPPLY FAX", rcvdcopy, "CentComFaxReply", "#5F4519")
|
||||||
else
|
else
|
||||||
message_admins(sender, "[uppertext(destination)] FAX", rcvdcopy, "UNKNOWN")
|
message_admins(sender, "[uppertext(destination)] FAX", rcvdcopy, "UNKNOWN")
|
||||||
|
|||||||
Reference in New Issue
Block a user