mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
Fixed lotsas
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/job/clown
|
||||
veteran_only = TRUE
|
||||
veteran_only = FALSE
|
||||
|
||||
/datum/job/mime
|
||||
veteran_only = TRUE
|
||||
veteran_only = FALSE
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/datum/species/snail
|
||||
veteran_only = TRUE
|
||||
veteran_only = FALSE
|
||||
|
||||
Reference in New Issue
Block a user