mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
transmission_method could probably be enumerated through #define. Is neater. (#10406)
* transmission_method-could-probably-be-enumerated-through-define.would-be-neater * removes changelog
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
/datum/signal
|
||||
var/obj/source
|
||||
|
||||
var/transmission_method = 0 //unused at the moment
|
||||
//0 = wire
|
||||
//1 = radio transmission
|
||||
//2 = subspace transmission
|
||||
var/transmission_method = TRANSMISSION_WIRE
|
||||
|
||||
var/list/data = list()
|
||||
var/encryption
|
||||
|
||||
Reference in New Issue
Block a user