fancier throws, fancier bullet casings, fancier window destruction, fancier bottle smashing (#7997)

This commit is contained in:
deathride58
2019-02-14 00:02:00 -05:00
committed by kevinz000
parent ae903ce89b
commit 7db87db43a
7 changed files with 33 additions and 1 deletions
@@ -266,6 +266,9 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(
if("large")
pixel_x = rand(-5, 5)
pixel_y = rand(-5, 5)
var/matrix/M = matrix(transform)
M.Turn(rand(-170, 170))
transform = M
/obj/item/shard/afterattack(atom/A as mob|obj, mob/user, proximity)
. = ..()