mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 17:43:35 +01:00
It now properly compiles.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3929 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user