mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fixed an error related to the "Anomalist" rank and paper hats
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user