My side of the Christmas update.

Removed the RCD's ability to take down r-walls.
Updated the changelog.

Slight update to stack construction in preparation for buildable light fixtures.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2602 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2011-12-04 03:14:07 +00:00
parent f9badcefe1
commit ea9302e213
3 changed files with 10 additions and 13 deletions

View File

@@ -191,7 +191,8 @@
return
if (src.amount < R.req_amount*multiplier)
return
var/O = new R.result_type( usr.loc )
var/atom/O = new R.result_type( usr.loc )
O.dir = usr.dir
if (R.max_res_amount>1)
var/obj/item/stack/new_item = O
new_item.amount = R.res_amount*multiplier