Added bats

This commit is contained in:
Jordie
2013-10-27 03:55:17 +11:00
parent 6b028c93ef
commit 83e2c1d706
3 changed files with 37 additions and 0 deletions
@@ -0,0 +1,36 @@
/mob/living/simple_animal/hostile/retaliate/bat
name = "Space Bat"
desc = "A rare breed of bat which roosts in spaceships, probably not vampiric."
icon_state = "bat"
icon_living = "bat"
icon_dead = "bat_dead"
icon_gib = "bat_dead"
turns_per_move = 5
response_help = "brushes aside"
response_disarm = "flails at"
response_harm = "hits"
speak_chance = 0
a_intent = "harm"
stop_automated_movement_when_pulled = 0
maxHealth = 15
health = 15
turns_per_move = 5
see_in_dark = 10
harm_intent_damage = 6
melee_damage_lower = 6
melee_damage_upper = 5
attacktext = "bites"
pass_flags = PASSTABLE
faction = "carp"
attack_sound = 'sound/weapons/bite.ogg'
//Space bats need no air to fly in.
min_oxy = 0
max_oxy = 0
min_tox = 0
max_tox = 0
min_co2 = 0
max_co2 = 0
min_n2 = 0
max_n2 = 0
minbodytemp = 0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 163 KiB

+1
View File
@@ -991,6 +991,7 @@
#include "code\modules\mob\living\simple_animal\hostile\russian.dm"
#include "code\modules\mob\living\simple_animal\hostile\syndicate.dm"
#include "code\modules\mob\living\simple_animal\hostile\tree.dm"
#include "code\modules\mob\living\simple_animal\hostile\retaliate\bat.dm"
#include "code\modules\mob\living\simple_animal\hostile\retaliate\clown.dm"
#include "code\modules\mob\living\simple_animal\hostile\retaliate\retaliate.dm"
#include "code\modules\mob\new_player\login.dm"