It now properly compiles.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3929 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daniel.cf.hultgren@gmail.com
2012-06-27 16:46:16 +00:00
parent 136f27d289
commit 9ebb3271ff
+2 -2
View File
@@ -1946,7 +1946,7 @@
/obj/item/pizzabox/attack_hand( mob/user as mob )
if( open && pizza )
user.put_in_hand( pizza )
user.put_in_hands( pizza )
user << "\red You take the [src.pizza] out of the [src]."
src.pizza = null
@@ -1961,7 +1961,7 @@
var/obj/item/pizzabox/box = boxes[boxes.len]
boxes -= box
user.put_in_hand( box )
user.put_in_hands( box )
user << "\red You remove the topmost [src] from your hand."
box.update_icon()
update_icon()