mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
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
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
@@ -47,6 +47,11 @@ should be listed in the changelog upon commit tho. Thanks. -->
|
||||
|
||||
<b><font color='blue'>30 July 2011.</font color><b>
|
||||
<ul>
|
||||
|
||||
<li><b>Rockdtben updated</b>:
|
||||
<ul>
|
||||
<li>Bugfix: Fixed a bug where you could dupe diamonds</li>
|
||||
</ul>
|
||||
<li><b>Doohl updated</b>:
|
||||
<ul>
|
||||
<li>New virus: Retrovirus. It basically screws over your DNA.</li>
|
||||
|
||||
Reference in New Issue
Block a user