From b480286aa93eb45dfea9eca77b8451915ca7d7b2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 19 Aug 2019 13:56:09 +0200 Subject: [PATCH] product:: move other face_the_player stuff --- graph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.cpp b/graph.cpp index 08726286..c4c7e62f 100644 --- a/graph.cpp +++ b/graph.cpp @@ -807,6 +807,7 @@ color_t kind_outline(eItem it) { EX transmatrix face_the_player(const transmatrix V) { if(GDIM == 2) return V; + if(prod) return mscale(V, cos(ptick(750)) * cgi.plevel / 16); if(nonisotropic) return spin_towards(V, C0, 2, 0); return rgpushxto0(tC0(V)); }