Finishes this PR
@@ -16,8 +16,16 @@
|
|||||||
req_access = list(access_captain)
|
req_access = list(access_captain)
|
||||||
departments = list("Director")
|
departments = list("Director")
|
||||||
|
|
||||||
|
/obj/machinery/suit_cycler/captain/Initialize() //No Teshari Sprites
|
||||||
|
species -= SPECIES_TESHARI
|
||||||
|
return ..()
|
||||||
|
|
||||||
/obj/machinery/suit_cycler/prototype
|
/obj/machinery/suit_cycler/prototype
|
||||||
name = "Prototype suit cycler"
|
name = "Prototype suit cycler"
|
||||||
model_text = "Prototype"
|
model_text = "Prototype"
|
||||||
req_access = list(access_cent_specops)
|
req_access = list(access_cent_specops)
|
||||||
departments = list("Prototype")
|
departments = list("Prototype")
|
||||||
|
|
||||||
|
/obj/machinery/suit_cycler/prototype/Initialize() //No Teshari Sprites
|
||||||
|
species -= SPECIES_TESHARI
|
||||||
|
return ..()
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 100 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 25 KiB |