Files
Yogstation/code/__DEFINES/assembly.dm
SapphicOverload 7db6aaced6 Kills off /obj/item/onetankbomb (#19246)
bugfix: assembled single-tank bombs retain the functions and properties of the tank used to make it (until it explodes)
tweak: hydrogen and tritium work in single-tank bombs
2023-06-29 01:52:44 +00:00

7 lines
185 B
Plaintext

#define WIRE_RECEIVE (1<<0)
#define WIRE_PULSE (1<<1)
#define WIRE_PULSE_SPECIAL (1<<2)
#define WIRE_RADIO_RECEIVE (1<<3)
#define WIRE_RADIO_PULSE (1<<4)
#define ASSEMBLY_BEEP_VOLUME 5