Merge pull request #5385 from Zuhayr/derelict

Listening post and Xenoflora remap.
This commit is contained in:
Chinsky
2014-06-29 14:21:39 +04:00
3 changed files with 295 additions and 195 deletions

View File

@@ -45,8 +45,8 @@
flag = CHEF
department_flag = CIVILIAN
faction = "Station"
total_positions = 1
spawn_positions = 1
total_positions = 2
spawn_positions = 2
supervisors = "the head of personnel"
selection_color = "#dddddd"
access = list(access_hydroponics, access_bar, access_kitchen, access_morgue)
@@ -70,12 +70,12 @@
/datum/job/hydro
title = "Botanist"
title = "Gardener"
flag = BOTANIST
department_flag = CIVILIAN
faction = "Station"
total_positions = 3
spawn_positions = 2
total_positions = 2
spawn_positions = 1
supervisors = "the head of personnel"
selection_color = "#dddddd"
access = list(access_hydroponics, access_bar, access_kitchen, access_morgue) // Removed tox and chem access because STOP PISSING OFF THE CHEMIST GUYS // //Removed medical access because WHAT THE FUCK YOU AREN'T A DOCTOR YOU GROW WHEAT //Given Morgue access because they have a viable means of cloning.

View File

@@ -42,13 +42,13 @@
flag = SCIENTIST
department_flag = MEDSCI
faction = "Station"
total_positions = 5
total_positions = 6
spawn_positions = 3
supervisors = "the research director"
selection_color = "#ffeeff"
access = list(access_robotics, access_tox, access_tox_storage, access_research, access_xenobiology, access_xenoarch)
minimal_access = list(access_tox, access_tox_storage, access_research, access_xenoarch)
alt_titles = list("Xenoarcheologist", "Anomalist", "Phoron Researcher")
alt_titles = list("Xenoarcheologist", "Anomalist", "Phoron Researcher", "Xenobotanist")
equip(var/mob/living/carbon/human/H)
if(!H) return 0

File diff suppressed because it is too large Load Diff