Larva fix

This commit is contained in:
Markolie
2014-12-14 03:33:45 +01:00
parent cd7f08cf31
commit 1dda38f659
2 changed files with 3 additions and 3 deletions
@@ -4,8 +4,8 @@
icon_state = "larva0"
pass_flags = PASSTABLE
maxHealth = 25
health = 25
maxHealth = 30
health = 30
storedPlasma = 50
max_plasma = 50
density = 0
@@ -1,5 +1,5 @@
/mob/living/carbon/alien/verb/alien_ventcrawl() // -- TLE
set name = "Crawl through vent"
set name = "Crawl through vent (alien)"
set desc = "Enter an air vent and crawl through the pipe system."
set category = "Alien"
handle_ventcrawl()