mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user