From 1accf9fddd255c942fef2e5e760b2f697677b48e Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Thu, 25 Jun 2020 14:24:14 -0400 Subject: [PATCH] styling --- code/game/objects/structures.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures.dm b/code/game/objects/structures.dm index 5a48958aca9..b1ed99357ad 100644 --- a/code/game/objects/structures.dm +++ b/code/game/objects/structures.dm @@ -21,7 +21,7 @@ /obj/structure/Initialize(mapload) if(!armor) armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 50, "acid" = 50) - . = ..() + return ..() /obj/structure/Destroy() if(SSticker)