mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
I should be more consistent in naming things
This commit is contained in:
@@ -1166,13 +1166,13 @@
|
||||
suit.item_state_slots[slot_r_hand_str] = "sec_voidsuitTG"
|
||||
suit.item_state_slots[slot_l_hand_str] = "sec_voidsuitTG"
|
||||
//VOREStation Addition Start
|
||||
if("Captain")
|
||||
if("Director")
|
||||
if(helmet)
|
||||
helmet.name = "captain voidsuit helmet"
|
||||
helmet.name = "director voidsuit helmet"
|
||||
helmet.icon_state = "capvoid"
|
||||
helmet.item_state = "capvoid"
|
||||
if(suit)
|
||||
suit.name = "captain voidsuit"
|
||||
suit.name = "director voidsuit"
|
||||
suit.icon_state = "capsuit_void"
|
||||
suit.item_state = "capsuit_void"
|
||||
suit.item_state_slots[slot_r_hand_str] = "wiz_voidsuit"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/machinery/suit_cycler
|
||||
departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot","Captain","Prototype")
|
||||
departments = list("Engineering","Mining","Medical","Security","Atmos","HAZMAT","Construction","Biohazard","Emergency Medical Response","Crowd Control","Exploration","Pilot Blue","Pilot","Director","Prototype")
|
||||
species = list(SPECIES_HUMAN, SPECIES_SKRELL, SPECIES_UNATHI, SPECIES_TAJ, SPECIES_TESHARI, SPECIES_AKULA, SPECIES_SERGAL, SPECIES_VULPKANIN)
|
||||
|
||||
// Old Exploration is too WIP to use right now
|
||||
@@ -11,10 +11,10 @@
|
||||
req_access = list(access_pilot)
|
||||
|
||||
/obj/machinery/suit_cycler/captain
|
||||
name = "Captain suit cycler"
|
||||
model_text = "Captain"
|
||||
name = "Director suit cycler"
|
||||
model_text = "Director"
|
||||
req_access = list(access_captain)
|
||||
departments = list("Captain")
|
||||
departments = list("Director")
|
||||
|
||||
/obj/machinery/suit_cycler/prototype
|
||||
name = "Prototype suit cycler"
|
||||
|
||||
Reference in New Issue
Block a user