From 32cd34bba39e50d21e466b4aeeaf6530508149d9 Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Tue, 7 Feb 2012 00:32:50 +0000 Subject: [PATCH] Engineers and the CE now have a 10% chance of spawning nearsighted with prescription glasses...... Oh like you've ever seen an engineer that doesn't wear glasses :) Added this to the changelog. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3045 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/jobs/job/engineering.dm | 6 ++++++ html/changelog.html | 8 ++++++++ 2 files changed, 14 insertions(+) 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 +
    +
  • Erro updated: +
      +
    • Engineers and the CE now have a 10% chance to spawn nearsighted with prescription glasses... As if you've ever met an engineer that doesn't wear glasses...
    • +
    +
+ 4 February 2012, World Cancer Day
  • Erro updated: