Skip to content

Commit

Permalink
removes call to parent in the overlay object emissive block proc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kylerace committed Mar 25, 2021
1 parent eccd7f7 commit 80917da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/mapticktests/tests_objects.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
/obj/item/maptick_tester/emissive_blocker/overlay

/obj/item/maptick_tester/emissive_blocker/overlay/update_emissive_block()
. = ..()
var/mutable_appearance/gen_emissive_blocker = mutable_appearance(icon, icon_state, EMISSIVE_BLOCKER_LAYER, EMISSIVE_BLOCKER_PLANE)
gen_emissive_blocker.dir = dir
gen_emissive_blocker.alpha = alpha
Expand Down

0 comments on commit 80917da

Please sign in to comment.