mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
* added mech power core * added a sprite to mech core * properly adds a sprite * Update code/game/mecha/mecha_parts.dm Grammar changes Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * removed starting cores from lockers and added one to RDs office one to Robotics * Update code/game/mecha/mecha_parts.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/mecha/mecha_parts.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Removed mech core from RDs there is now only one. Fixed some grammar things * Update code/game/mecha/mecha_parts.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Update code/game/mecha/mecha_construction_paths.dm Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Grammar review Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> * Forgot one Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
88 lines
3.7 KiB
Plaintext
88 lines
3.7 KiB
Plaintext
/obj/structure/closet/secure_closet/scientist
|
|
name = "scientist's locker"
|
|
req_access = list(ACCESS_TOX_STORAGE)
|
|
icon_state = "science"
|
|
open_door_sprite = "white_secure_door"
|
|
|
|
/obj/structure/closet/secure_closet/scientist/populate_contents()
|
|
new /obj/item/storage/backpack/science(src)
|
|
new /obj/item/storage/backpack/satchel_tox(src)
|
|
new /obj/item/clothing/under/rank/rnd/scientist(src)
|
|
new /obj/item/clothing/under/rank/rnd/scientist/skirt(src)
|
|
//new /obj/item/clothing/suit/labcoat/science(src)
|
|
new /obj/item/clothing/suit/storage/labcoat/science(src)
|
|
new /obj/item/clothing/shoes/white(src)
|
|
// new /obj/item/cartridge/signal/toxins(src)
|
|
new /obj/item/radio/headset/headset_sci(src)
|
|
new /obj/item/tank/internals/air(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/clothing/shoes/sandal/white(src)
|
|
|
|
/obj/structure/closet/secure_closet/roboticist
|
|
name = "roboticist's locker"
|
|
req_access = list(ACCESS_ROBOTICS)
|
|
icon_state = "science"
|
|
open_door_sprite = "white_secure_door"
|
|
|
|
/obj/structure/closet/secure_closet/roboticist/populate_contents()
|
|
new /obj/item/storage/backpack(src)
|
|
new /obj/item/storage/backpack(src)
|
|
new /obj/item/storage/backpack/satchel_norm(src)
|
|
new /obj/item/storage/backpack/satchel_norm(src)
|
|
new /obj/item/storage/backpack/duffel(src)
|
|
new /obj/item/storage/backpack/duffel(src)
|
|
new /obj/item/clothing/suit/storage/labcoat(src)
|
|
new /obj/item/clothing/suit/storage/labcoat(src)
|
|
new /obj/item/radio/headset/headset_sci(src)
|
|
new /obj/item/radio/headset/headset_sci(src)
|
|
new /obj/item/radio/headset/headset_sci(src)
|
|
|
|
|
|
/obj/structure/closet/secure_closet/RD
|
|
name = "research director's locker"
|
|
req_access = list(ACCESS_RD)
|
|
icon_state = "rd"
|
|
open_door_sprite = "rd_door"
|
|
|
|
/obj/structure/closet/secure_closet/RD/populate_contents()
|
|
new /obj/item/storage/bag/garment/research_director(src)
|
|
new /obj/item/clothing/suit/bio_suit/scientist(src)
|
|
new /obj/item/clothing/head/bio_hood/scientist(src)
|
|
new /obj/item/cartridge/rd(src)
|
|
new /obj/item/radio/headset/heads/rd(src)
|
|
new /obj/item/tank/internals/air(src)
|
|
new /obj/item/clothing/mask/gas(src)
|
|
new /obj/item/clothing/suit/armor/reactive/random(src)
|
|
new /obj/item/flash(src)
|
|
new /obj/item/laser_pointer(src)
|
|
new /obj/item/door_remote/research_director(src)
|
|
new /obj/item/reagent_containers/food/drinks/mug/rd(src)
|
|
new /obj/item/organ/internal/cyberimp/eyes/hud/diagnostic(src)
|
|
new /obj/item/clothing/accessory/medal/science(src)
|
|
new /obj/item/clothing/glasses/welding/superior(src)
|
|
|
|
|
|
/obj/structure/closet/secure_closet/research_reagents
|
|
name = "research chemical storage closet"
|
|
desc = "Store dangerous chemicals in here."
|
|
icon_state = "rchemical"
|
|
open_door_sprite = "med_door"
|
|
icon_opened = "med_open"
|
|
req_access = list(ACCESS_TOX_STORAGE)
|
|
|
|
/obj/structure/closet/secure_closet/research_reagents/populate_contents()
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/morphine(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/morphine(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/morphine(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/morphine(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/insulin(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/insulin(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/insulin(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/insulin(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/phenol(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/ammonia(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/oil(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/acetone(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/acid(src)
|
|
new /obj/item/reagent_containers/glass/bottle/reagent/diethylamine(src)
|