From 937543c32eb89ead558fb262e22d3de6e8a22aec Mon Sep 17 00:00:00 2001 From: rockdtben Date: Sat, 30 Jul 2011 20:59:18 +0000 Subject: [PATCH] Users could dupe diamonds. I fixed that. Insert rate was 3750 and eject rate was 1000. You could eject a sheet from a protolathe and get 3750 cm worth, but only 1000 cm worth was taken out of the machine. Repeat this and you can turn 1 sheet into 50 in no time. So BUGFIXED IT. Credit to Midaychi for finding this bug. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1959 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mining/ores_materials_coins.dm | 2 +- icons/changelog.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/code/modules/mining/ores_materials_coins.dm b/code/modules/mining/ores_materials_coins.dm index 083e07520f..0039691eb8 100644 --- a/code/modules/mining/ores_materials_coins.dm +++ b/code/modules/mining/ores_materials_coins.dm @@ -184,7 +184,7 @@ w_class = 3.0 throw_range = 3 origin_tech = "materials=6" - perunit = 1000 + perunit = 3750 /obj/item/stack/sheet/diamond/New(loc,amount) ..() diff --git a/icons/changelog.html b/icons/changelog.html index d714f89581..9418a5774a 100644 --- a/icons/changelog.html +++ b/icons/changelog.html @@ -47,6 +47,11 @@ should be listed in the changelog upon commit tho. Thanks. --> 30 July 2011.
    + +
  • Rockdtben updated: +
      +
    • Bugfix: Fixed a bug where you could dupe diamonds
    • +
  • Doohl updated:
    • New virus: Retrovirus. It basically screws over your DNA.