From 23d0db67c98d6b6f52d4b5abd26d74e132fb1d01 Mon Sep 17 00:00:00 2001 From: Sym Date: Thu, 6 Apr 2023 03:35:13 -0400 Subject: [PATCH] Removes line 9 comment Ghost pods ignore this trick on server start spawning, best to remove this comment. --- code/game/objects/structures/ghost_pods/antagonist.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/ghost_pods/antagonist.dm b/code/game/objects/structures/ghost_pods/antagonist.dm index 085bb96ecc5..e0504537dbf 100644 --- a/code/game/objects/structures/ghost_pods/antagonist.dm +++ b/code/game/objects/structures/ghost_pods/antagonist.dm @@ -6,7 +6,7 @@ description_info = "This contains a growing xenomorph larva, which may wake up at any moment. The larva will be another player, once activated." icon = 'icons/mob/alien.dmi' icon_state = "egg" - icon_state_opened = "egg_opened" //Can be placed on map with used = 1 for POI decorations + icon_state_opened = "egg_opened" var/health = 50 //So they can be destroyed by the crew density = FALSE ghost_query_type = /datum/ghost_query/xenomorph_larva