Skip to content

Commit 45bfd7e

Browse files
authored
SDF part 2 : Mistakes fix (#7226)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Fixing some SDF Stuff ! ## Why It's Good For The Game fixes, I messed up the other PR badly
1 parent 8a99fa1 commit 45bfd7e

File tree

6 files changed

+12458
-14390
lines changed

6 files changed

+12458
-14390
lines changed

code/game/objects/items/id_cards/station_ids.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,4 +806,5 @@
806806
name = "haddi's folley SDF ID"
807807
desc = "An ID issued to members of the system defence force of haddi's folley."
808808
icon_state = "sdf"
809+
job_access_type = null
809810
access = list(155)

code/modules/ghostroles/roles/sdf.dm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "System defense Force Soldier"
33
assigned_role = "SDF Soldier"
44
desc = "You are a Soldier of the haddi's folley SDF."
5-
spawntext = "You are a soldier tasked to protect haddi's folley sector, posted on the Outpost 12, with the SDF 'shining singing knight'.Hunt Pirates, kill xenos, protect the sector. Make sure to read your SOP !"
5+
spawntext = "You are a soldier tasked to protect haddi's folley sector, posted on the Outpost 12, with the SDF corvette 'Interrupted-The-Speech'. Hunt Pirates, kill xenos, protect the sector. Make sure to read your SOP !"
66

7-
important_info = "Read, the SOP ! You are not antags, have no authority on NT stations."
7+
important_info = "Read, the SOP ! You are not antags and you have no authority on NT stations."
88

99
instantiator = /datum/ghostrole_instantiator/human/player_static/sdf
1010

@@ -13,11 +13,10 @@
1313

1414
/datum/role/ghostrole/sdf/Greet(mob/created, datum/component/ghostrole_spawnpoint/spawnpoint, list/params)
1515
. = ..()
16-
to_chat(created, "<i> ATTENTION : STANDING ORDERS SOLDIER ! MAKE SURE THE SECTOR IS SAFE ! YOU MAY THE SHINING SINGING KNIGHT TO PATROL THE SECTOR ! MAKE SURE YOU RESPECT THE SOP ! AND FOR GOD SAKE, DONT MESS WITH CORPORATION !</i>")
16+
to_chat(created, "<i> ATTENTION : STANDING ORDERS SOLDIER ! MAKE SURE THE SECTOR IS SAFE ! YOU MAY USE THE INTERRUPTED-THE-SPEECH TO PATROL THE SECTOR ! MAKE SURE YOU RESPECT THE SOP ! AND FOR GOD SAKE, DONT MESS WITH CORPORATIONS AFFAIRS !</i>")
1717

1818
/datum/ghostrole_instantiator/human/player_static/sdf
1919
equip_loadout = TRUE
20-
species_required = list(/datum/species/tajaran, /datum/species/human, /datum/species/skrell, /datum/species/vulpkanin)
2120

2221
/datum/ghostrole_instantiator/human/player_static/sdf/GetOutfit(client/C, mob/M, list/params)
2322
return new /datum/outfit/sdf
@@ -29,5 +28,5 @@
2928
icon_state = "pad_active"
3029
anchored = TRUE
3130
role_type = /datum/role/ghostrole/sdf
32-
role_spawns = 5
31+
role_spawns = 4
3332

html/changelogs/AutoChangeLog-pr-7227.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)