Fixed an error related to the "Anomalist" rank and paper hats

This commit is contained in:
Albert Iordache
2012-07-07 00:15:51 +03:00
parent f3f15002ed
commit 0d5b85720c
2 changed files with 2 additions and 1 deletions

View File

@@ -1074,6 +1074,7 @@
var/list/stamped
see_face = 1
body_parts_covered = HEAD
slot_flags = SLOT_HEAD
heat_transfer_coefficient = 0.99
gas_transfer_coefficient = 1
permeability_coefficient = 0.99

View File

@@ -124,7 +124,7 @@ var/list/nonhuman_positions = list(
return 0
if("Chaplain","Botanist","Hydroponicist","Medical Doctor","Atmospheric Technician","Geneticist", "Virologist", "Surgeon", "Emergency Physician", "Counselor")
return 1
if("Quartermaster","Cargo Technician","Chemist", "Station Engineer","Roboticist", "Security Officer", "Forensic Technician","Detective", "Scientist","Shaft Miner", "Xenobiologist", "Plasma Researcher","Chief Medical Officer")
if("Quartermaster","Cargo Technician","Chemist", "Station Engineer","Roboticist", "Security Officer", "Forensic Technician","Detective", "Scientist", "Shaft Miner", "Xenobiologist", "Plasma Researcher", "Anomalist", "Chief Medical Officer")
return 2
if("Research Director","Head of Security","Chief Engineer","Warden")
return 3