Fixed lotsas

This commit is contained in:
Kilmented
2023-01-11 18:47:41 -06:00
parent 3d5f72bc91
commit 08ec9868f8
5 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@
/obj/projectile/bullet/b460 = 1
)
veteran_only = TRUE
veteran_only = FALSE
job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS
/datum/outfit/job/blueshield

View File

@@ -86,7 +86,7 @@
/// The current status of our tumor. If PULSATING_TUMOR_MISSING, all tumor-corrupted organs will start to decay rapidly. If PULSATING_TUMOR_INACTIVE, no enhanced regeneration.
var/tumor_status = PULSATING_TUMOR_MISSING
veteran_only = TRUE
veteran_only = FALSE
/datum/species/hemophage/check_roundstart_eligible()

View File

@@ -38,7 +38,7 @@
/obj/item/reagent_containers/cup/glass/bottle/champagne = 10
)
veteran_only = TRUE
veteran_only = FALSE
job_flags = JOB_ANNOUNCE_ARRIVAL | JOB_CREW_MANIFEST | JOB_EQUIP_RANK | JOB_CREW_MEMBER | JOB_NEW_PLAYER_JOINABLE | JOB_BOLD_SELECT_TEXT | JOB_REOPEN_ON_ROUNDSTART_LOSS | JOB_ASSIGN_QUIRKS
/datum/outfit/job/nanotrasen_consultant

View File

@@ -1,5 +1,5 @@
/datum/job/clown
veteran_only = TRUE
veteran_only = FALSE
/datum/job/mime
veteran_only = TRUE
veteran_only = FALSE

View File

@@ -1,2 +1,2 @@
/datum/species/snail
veteran_only = TRUE
veteran_only = FALSE