mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Roboticists have a new uniform reflecting their move to engineering. Eye glasses are smaller and more reasonable instead of taking up half the face. Throwing it out as a test run before changing the sunglasses to match, the special goggles can stay huge for all I care.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1104 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -516,10 +516,10 @@
|
||||
if ("Roboticist")
|
||||
src.equip_if_possible(new /obj/item/device/radio/headset/headset_eng (src), slot_ears) // -- TLE
|
||||
src.equip_if_possible(new /obj/item/device/pda/medical(src), slot_belt)
|
||||
src.equip_if_possible(new /obj/item/clothing/under/color/black(src), slot_w_uniform)
|
||||
src.equip_if_possible(new /obj/item/clothing/under/rank/roboticist(src), slot_w_uniform)
|
||||
src.equip_if_possible(new /obj/item/clothing/shoes/black(src), slot_shoes)
|
||||
src.equip_if_possible(new /obj/item/weapon/storage/backpack(src), slot_back)
|
||||
src.equip_if_possible(new /obj/item/clothing/suit/labcoat(src), slot_wear_suit)
|
||||
// src.equip_if_possible(new /obj/item/clothing/suit/labcoat(src), slot_wear_suit) // No longer medical or research, so away it goes!
|
||||
// src.equip_if_possible(new /obj/item/weapon/crowbar(src), slot_in_backpack) //another job with toolbox and this
|
||||
src.equip_if_possible(new /obj/item/clothing/gloves/latex(src), slot_gloves)
|
||||
src.equip_if_possible(new /obj/item/weapon/storage/toolbox/mechanical(src), slot_l_hand)
|
||||
|
||||
Reference in New Issue
Block a user