From 2bcad37a6ffd45943042d69b6de620e548f79f3d Mon Sep 17 00:00:00 2001 From: GalacticApple <01134dave@gmail.com> Date: Tue, 25 Jun 2024 16:21:53 -0400 Subject: [PATCH] remove extra effects --- src/trapfunc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/trapfunc.cpp b/src/trapfunc.cpp index 19c4e149ab436..38e83d4d8c352 100644 --- a/src/trapfunc.cpp +++ b/src/trapfunc.cpp @@ -54,8 +54,6 @@ static const efftype_id effect_beartrap( "beartrap" ); static const efftype_id effect_heavysnare( "heavysnare" ); static const efftype_id effect_in_pit( "in_pit" ); static const efftype_id effect_lightsnare( "lightsnare" ); -static const efftype_id effect_quadruped_full( "quadruped_full" ); -static const efftype_id effect_quadruped_half( "quadruped_half" ); static const efftype_id effect_ridden( "ridden" ); static const efftype_id effect_slimed( "slimed" ); static const efftype_id effect_slow_descent( "slow_descent" );