|
2 | 2 | name = "System defense Force Soldier" |
3 | 3 | assigned_role = "SDF Soldier" |
4 | 4 | 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 !" |
6 | 6 |
|
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." |
8 | 8 |
|
9 | 9 | instantiator = /datum/ghostrole_instantiator/human/player_static/sdf |
10 | 10 |
|
|
13 | 13 |
|
14 | 14 | /datum/role/ghostrole/sdf/Greet(mob/created, datum/component/ghostrole_spawnpoint/spawnpoint, list/params) |
15 | 15 | . = ..() |
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>") |
17 | 17 |
|
18 | 18 | /datum/ghostrole_instantiator/human/player_static/sdf |
19 | 19 | equip_loadout = TRUE |
20 | | - species_required = list(/datum/species/tajaran, /datum/species/human, /datum/species/skrell, /datum/species/vulpkanin) |
21 | 20 |
|
22 | 21 | /datum/ghostrole_instantiator/human/player_static/sdf/GetOutfit(client/C, mob/M, list/params) |
23 | 22 | return new /datum/outfit/sdf |
|
29 | 28 | icon_state = "pad_active" |
30 | 29 | anchored = TRUE |
31 | 30 | role_type = /datum/role/ghostrole/sdf |
32 | | - role_spawns = 5 |
| 31 | + role_spawns = 4 |
33 | 32 |
|
0 commit comments