Object pool fixed.

This commit is contained in:
ESwordTheCat
2014-05-22 23:54:22 -08:00
parent 0b7785c526
commit 54ce623b3b
2 changed files with 5 additions and 9 deletions

View File

@@ -242,10 +242,7 @@
* Glass shards - TODO: Move this into code/game/object/item/weapons
*/
/obj/item/weapon/shard/resetVariables()
if (args.len)
return ..("pixel_y", "pixel_x", "icon_state", args)
..("pixel_y", "pixel_x", "icon_state")
..("pixel_y", "pixel_x", "icon_state", args)
/obj/item/weapon/shard/Bump()