mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Removes line 9 comment
Ghost pods ignore this trick on server start spawning, best to remove this comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user