Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Suicide sol protector fix #13

Open
wants to merge 4 commits into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions nsv13/code/modules/Security/genpop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
#define PRESET_MEDIUM 3 MINUTES
#define PRESET_LONG 5 MINUTES


// SHITCODE FIX START
/datum/fleet/nanotrasen/earth
name = "\proper Earth Defense Force"
taunts = list("You're foolish to venture this deep into Solgov space! Main batteries stand ready.", "All hands, set condition 1 throughout the fleet, enemy vessel approaching.", "Defense force, stand ready!", "We shall protect our homeland!")
size = FLEET_DIFFICULTY_HARD
allow_difficulty_scaling = FALSE
audio_cues = list()
fleet_trait = FLEET_TRAIT_DEFENSE

// SHITCODE FIX END
// Do not ask why

/obj/machinery/turnstile
name = "turnstile"
desc = "A mechanical door that permits one-way access to the brig."
Expand Down