IPC Barfight update: Kicks, Punches and Bites (#6986)

IPCs can punch, kick and stomp.
    Shells can punch, kick, stomp and bite.
This commit is contained in:
Geeves
2019-09-19 08:23:25 +02:00
committed by Erki
parent bf7e7aeb4d
commit 77ed33115f
3 changed files with 52 additions and 1 deletions
@@ -18,7 +18,10 @@
light_range = 2
light_power = 0.5
meat_type = /obj/item/stack/material/steel
unarmed_types = list(/datum/unarmed_attack/punch)
unarmed_types = list(
/datum/unarmed_attack/punch,
/datum/unarmed_attack/stomp,
/datum/unarmed_attack/kick)
rarity_value = 2
inherent_eye_protection = FLASH_PROTECTION_MAJOR
@@ -21,6 +21,12 @@
light_range = 0
light_power = 0
unarmed_types = list(
/datum/unarmed_attack/stomp,
/datum/unarmed_attack/kick,
/datum/unarmed_attack/punch,
/datum/unarmed_attack/bite
)
eyes = "eyes_s"
show_ssd = "completely quiescent"