mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Gadpathur Navy Patrol Vessel (#17537)
* Start of Gadpathur Navy vessel More work on the Gadpathur Vessel Nearly finished now... * More work on the Gadpathur vessel * More work on the Vessel More work on the vessel More work on the vessel * attempt to fix runtime errors * Remove duplicate APCs and fix designation * Overhauled the cadre surgeon uniform with generic scrub sprites * Attempt to fix runtime errors, more work on access restrictions * Fix hallway power and air alarms, fix designation test * Change the Captain's uniform to be more distinct * Add breath masks for EVA suits (may be replaced with rebreathers) * Added Xanan pistol and Gadpathur rebreather * Fix positioning of the ship guns * Replace the generic combat shotgun with the Xanan shotgun * Used code defined gun cabinets * Set a unit test group(?) * Fix compile * Ditto --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
2b362a5bd0
commit
06d04f71ec
@@ -199,6 +199,8 @@ SUBSYSTEM_DEF(radio)
|
||||
return "hailradio"
|
||||
if(EXP_FREQ)
|
||||
return "expradio"
|
||||
if (COAL_FREQ) // Coalition navy (rangers, xanu, gadpathur, etc)
|
||||
return "coalitionradio"
|
||||
|
||||
if(DEPT_FREQS_ASSOC[fstr])
|
||||
return "deptradio"
|
||||
|
||||
@@ -17,6 +17,7 @@ SUBSYSTEM_DEF(statistics)
|
||||
var/list/msg_security = list()
|
||||
var/list/msg_deathsquad = list()
|
||||
var/list/msg_syndicate = list()
|
||||
var/list/msg_coalition = list()
|
||||
var/list/msg_raider = list()
|
||||
var/list/msg_burglar = list()
|
||||
var/list/msg_ninja = list()
|
||||
|
||||
Reference in New Issue
Block a user