Sprite tweak for long range and syndie fax machines (#16843)

* cuts down on sprite bloat, recolours faxes

* Apply suggestions from code review

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

* more prominent syndie stripe

* long range tweak

* denth tweaks

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
S34N
2021-10-17 11:12:14 +01:00
committed by GitHub
parent 4400bca165
commit d006c249c3
2 changed files with 8 additions and 6 deletions
+8 -6
View File
@@ -56,22 +56,24 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
/obj/machinery/photocopier/faxmachine/longrange
name = "long range fax machine"
icon_state = "longfax"
insert_anim = "longfaxsend"
receive_anim = "longfaxreceive"
fax_network = "Central Command Quantum Entanglement Network"
long_range_enabled = TRUE
/obj/machinery/photocopier/faxmachine/longrange/Initialize(mapload)
. = ..()
add_overlay("longfax")
/obj/machinery/photocopier/faxmachine/longrange/syndie
name = "syndicate long range fax machine"
icon_state = "fax"
insert_anim = "faxsend"
receive_anim = "faxsend"
emagged = TRUE
syndie_restricted = TRUE
req_one_access = list(ACCESS_SYNDICATE)
//No point setting fax network, being emagged overrides that anyway.
/obj/machinery/photocopier/faxmachine/longrange/syndie/Initialize(mapload)
. = ..()
add_overlay("syndiefax")
/obj/machinery/photocopier/faxmachine/longrange/syndie/update_network()
if(department != "Unknown")
GLOB.hidden_departments |= department