diff --git a/overmind.qc b/overmind.qc new file mode 100644 index 0000000..ce2def3 --- /dev/null +++ b/overmind.qc @@ -0,0 +1,16 @@ +/* ------------------------------------------------------------------------------------ +** -----------------------------------ThE OvErMInD------------------------------------- +** -- It's big, it's bad, it's back! -- +** -- WARNING: This creature is subject to containment protocols I, II and IV - +** -- Please ensure all safety requirements are met - +** -- Thank-you! have a nice day. -- +** --- Copyright(c)2000 By Dwarven Star Interactive Industrial Industry Enterprises --- +** ----------------------------------------------------------------------------------*/ + +// Prototypes +void (float team) SpawnOvermind; + +void (float team) SpawnOvermind = +{ + +}; \ No newline at end of file