mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -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. -->
|
||||
|
||||
<b><font color='blue'>7 February 2012</font><b>
|
||||
<ul>
|
||||
<li><b>Erro updated:</b>
|
||||
<ul>
|
||||
<li>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...</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<b><font color='blue'>4 February 2012, World Cancer Day</font><b>
|
||||
<ul>
|
||||
<li><b>Erro updated:</b>
|
||||
|
||||
Reference in New Issue
Block a user