Adds a Republic of Biesel Work Visa (#13486)

* Adds a Republic of Biesel Work Visa

* Changelog
This commit is contained in:
SleepyGemmy
2022-04-15 21:38:53 -03:00
committed by GitHub
parent dba077ec44
commit 80b53227c4
4 changed files with 22 additions and 0 deletions
@@ -420,6 +420,12 @@
passcard["passcard, visegrad"] = /obj/item/clothing/accessory/badge/passcard/sol/visegrad
gear_tweaks += new /datum/gear_tweak/path(passcard)
/datum/gear/accessory/workvisa
display_name = "republic of biesel work visa"
description = "A work visa issued to those who work in the Republic of Biesel, but who do not have a Biesellite citizenship."
path = /obj/item/clothing/accessory/badge/passcard/workvisa
cost = 0
/datum/gear/accessory/passport
display_name = "human passport selection"
path = /obj/item/clothing/accessory/badge/passport
@@ -467,6 +467,16 @@
icon_state = "passcard_konyang"
item_state = "passcard_konyang"
// Work Visa
/obj/item/clothing/accessory/badge/passcard/workvisa
name = "republic of biesel work visa"
desc = "A work visa issued to those who work in the Republic of Biesel, but who do not have a Biesellite citizenship."
desc_fluff = "A work visa is required in the Republic of Biesel for those who do not have a Biesellite citizenship and who intend to hold legal employment. Those who most commonly lack a Biesellite citizenship \
are those from the Alliance of Sovereign Solarian Nations, as the ASSN does not permit dual citizenships in combination with a Biesellite citizenship. Other individuals that may have a Republic of Biesel work \
visa are those who intend to become citizens but have not yet resided for two years in order to apply for citizenship, or those who have not yet applied for a citizenship."
icon_state = "workvisa"
item_state = "workvisa"
//passports
#define CANT_OPEN -1
+6
View File
@@ -0,0 +1,6 @@
author: SleepyGemmy
delete-after: True
changes:
- rscadd: "Adds a Republic of Biesel work visa."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB