mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
-New PDAs for atmos, genetics, and chemistry
-New sprites for engineering and medsci PDAs -Warden area renamed to Armory git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3676 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -959,7 +959,7 @@ proc/process_ghost_teleport_locs()
|
|||||||
icon_state = "surgery"
|
icon_state = "surgery"
|
||||||
|
|
||||||
/area/medical/cryo
|
/area/medical/cryo
|
||||||
name = "Cryo"
|
name = "Cryogenics"
|
||||||
icon_state = "cryo"
|
icon_state = "cryo"
|
||||||
|
|
||||||
/area/medical/exam_room
|
/area/medical/exam_room
|
||||||
@@ -989,7 +989,7 @@ proc/process_ghost_teleport_locs()
|
|||||||
icon_state = "security"
|
icon_state = "security"
|
||||||
|
|
||||||
/area/security/warden
|
/area/security/warden
|
||||||
name = "Warden"
|
name = "Armory"
|
||||||
icon_state = "Warden"
|
icon_state = "Warden"
|
||||||
|
|
||||||
/area/security/hos
|
/area/security/hos
|
||||||
@@ -997,7 +997,7 @@ proc/process_ghost_teleport_locs()
|
|||||||
icon_state = "security"
|
icon_state = "security"
|
||||||
|
|
||||||
/area/security/detectives_office
|
/area/security/detectives_office
|
||||||
name = "Detectives Office"
|
name = "Detective's Office"
|
||||||
icon_state = "detective"
|
icon_state = "detective"
|
||||||
|
|
||||||
/area/security/range
|
/area/security/range
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
if(H.backbag == 3) H.equip_if_possible(new /obj/item/weapon/storage/backpack/satchel(H), H.slot_back)
|
if(H.backbag == 3) H.equip_if_possible(new /obj/item/weapon/storage/backpack/satchel(H), H.slot_back)
|
||||||
H.equip_if_possible(new /obj/item/clothing/under/rank/atmospheric_technician(H), H.slot_w_uniform)
|
H.equip_if_possible(new /obj/item/clothing/under/rank/atmospheric_technician(H), H.slot_w_uniform)
|
||||||
H.equip_if_possible(new /obj/item/clothing/shoes/black(H), H.slot_shoes)
|
H.equip_if_possible(new /obj/item/clothing/shoes/black(H), H.slot_shoes)
|
||||||
H.equip_if_possible(new /obj/item/device/pda/engineering(H), H.slot_l_store)
|
H.equip_if_possible(new /obj/item/device/pda/atmos(H), H.slot_l_store)
|
||||||
H.equip_if_possible(new /obj/item/weapon/storage/belt/utility/atmostech/(H), H.slot_belt)
|
H.equip_if_possible(new /obj/item/weapon/storage/belt/utility/atmostech/(H), H.slot_belt)
|
||||||
if(H.backbag == 1)
|
if(H.backbag == 1)
|
||||||
H.equip_if_possible(new /obj/item/weapon/storage/box/engineer(H), H.slot_r_hand)
|
H.equip_if_possible(new /obj/item/weapon/storage/box/engineer(H), H.slot_r_hand)
|
||||||
|
|||||||
@@ -76,7 +76,7 @@
|
|||||||
H.equip_if_possible(new /obj/item/device/radio/headset/headset_med(H), H.slot_ears)
|
H.equip_if_possible(new /obj/item/device/radio/headset/headset_med(H), H.slot_ears)
|
||||||
H.equip_if_possible(new /obj/item/clothing/under/rank/chemist(H), H.slot_w_uniform)
|
H.equip_if_possible(new /obj/item/clothing/under/rank/chemist(H), H.slot_w_uniform)
|
||||||
H.equip_if_possible(new /obj/item/clothing/shoes/white(H), H.slot_shoes)
|
H.equip_if_possible(new /obj/item/clothing/shoes/white(H), H.slot_shoes)
|
||||||
H.equip_if_possible(new /obj/item/device/pda/medical(H), H.slot_belt)
|
H.equip_if_possible(new /obj/item/device/pda/chemist(H), H.slot_belt)
|
||||||
H.equip_if_possible(new /obj/item/clothing/suit/labcoat/chemist(H), H.slot_wear_suit)
|
H.equip_if_possible(new /obj/item/clothing/suit/labcoat/chemist(H), H.slot_wear_suit)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
H.equip_if_possible(new /obj/item/device/radio/headset/headset_medsci(H), H.slot_ears)
|
H.equip_if_possible(new /obj/item/device/radio/headset/headset_medsci(H), H.slot_ears)
|
||||||
H.equip_if_possible(new /obj/item/clothing/under/rank/geneticist(H), H.slot_w_uniform)
|
H.equip_if_possible(new /obj/item/clothing/under/rank/geneticist(H), H.slot_w_uniform)
|
||||||
H.equip_if_possible(new /obj/item/clothing/shoes/white(H), H.slot_shoes)
|
H.equip_if_possible(new /obj/item/clothing/shoes/white(H), H.slot_shoes)
|
||||||
H.equip_if_possible(new /obj/item/device/pda/medical(H), H.slot_belt)
|
H.equip_if_possible(new /obj/item/device/pda/geneticist(H), H.slot_belt)
|
||||||
H.equip_if_possible(new /obj/item/clothing/suit/labcoat/genetics(H), H.slot_wear_suit)
|
H.equip_if_possible(new /obj/item/clothing/suit/labcoat/genetics(H), H.slot_wear_suit)
|
||||||
H.equip_if_possible(new /obj/item/device/flashlight/pen(H), H.slot_s_store)
|
H.equip_if_possible(new /obj/item/device/flashlight/pen(H), H.slot_s_store)
|
||||||
if(H.backbag == 1)
|
if(H.backbag == 1)
|
||||||
|
|||||||
@@ -134,8 +134,6 @@
|
|||||||
|
|
||||||
/obj/item/device/pda/roboticist
|
/obj/item/device/pda/roboticist
|
||||||
icon_state = "pda-robot"
|
icon_state = "pda-robot"
|
||||||
desc = "A portable microcomputer by Thinktronic Systems, LTD. This is model is a special edition with a transparent case."
|
|
||||||
note = "Congratulations, your station has chosen the Thinktronic 5230 Personal Data Assistant Deluxe Special Turbo Edition!"
|
|
||||||
|
|
||||||
/obj/item/device/pda/librarian
|
/obj/item/device/pda/librarian
|
||||||
icon_state = "pda-libb"
|
icon_state = "pda-libb"
|
||||||
@@ -143,6 +141,15 @@
|
|||||||
note = "Congratulations, your station has chosen the Thinktronic 5290 WGW-11 Series E-reader and Personal Data Assistant!"
|
note = "Congratulations, your station has chosen the Thinktronic 5290 WGW-11 Series E-reader and Personal Data Assistant!"
|
||||||
silent = 1 //Quiet in the library!
|
silent = 1 //Quiet in the library!
|
||||||
|
|
||||||
|
/obj/item/device/pda/atmos
|
||||||
|
icon_state = "pda-atmo"
|
||||||
|
|
||||||
|
/obj/item/device/pda/chemist
|
||||||
|
icon_state = "pda-chem"
|
||||||
|
|
||||||
|
/obj/item/device/pda/geneticist
|
||||||
|
icon_state = "pda-gene"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The Actual PDA
|
* The Actual PDA
|
||||||
*/
|
*/
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user