diff --git a/code/game/jobs/job/engineering.dm b/code/game/jobs/job/engineering.dm index ff7f47f8032..66d8cf08514 100644 --- a/code/game/jobs/job/engineering.dm +++ b/code/game/jobs/job/engineering.dm @@ -20,6 +20,9 @@ H.equip_if_possible(new /obj/item/clothing/head/helmet/hardhat/white(H), H.slot_head) H.equip_if_possible(new /obj/item/weapon/storage/belt/utility/full(H), H.slot_l_hand) H.equip_if_possible(new /obj/item/clothing/gloves/black(H), H.slot_gloves) + if(prob(10)) + H.disabilities |= 1 + H.equip_if_possible(new /obj/item/clothing/glasses/regular(H), H.slot_glasses) return 1 @@ -46,6 +49,9 @@ H.equip_if_possible(new /obj/item/clothing/head/helmet/hardhat(H), H.slot_head) H.equip_if_possible(new /obj/item/weapon/storage/belt/utility/full(H), H.slot_l_hand) H.equip_if_possible(new /obj/item/device/t_scanner(H), H.slot_r_store) + if(prob(10)) + H.disabilities |= 1 + H.equip_if_possible(new /obj/item/clothing/glasses/regular(H), H.slot_glasses) return 1 diff --git a/html/changelog.html b/html/changelog.html index ca97f44a192..6d80844577b 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -60,6 +60,14 @@ Stuff which is in development and not yet visible to players or just code relate (ie. code improvements for expandability, etc.) should not be listed here. They should be listed in the changelog upon commit tho. Thanks. --> +7 February 2012 + + 4 February 2012, World Cancer Day
  • Erro updated: