mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user