From 35b4525cc6dc8d9554227f09f20b707398eafbf7 Mon Sep 17 00:00:00 2001 From: Ghommie Date: Thu, 1 Aug 2019 19:51:22 +0200 Subject: [PATCH] undefined proc --- code/modules/clothing/spacesuits/plasmamen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 7fcef46c64..fda1ec8687 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -55,7 +55,7 @@ return on = !on if(!on) - remove_overlay(light_overlay) + cut_overlay(light_overlay) else add_overlay(light_overlay) user.update_inv_head() //So the mob overlay updates