mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
@@ -57,4 +57,4 @@
|
||||
|
||||
/mob/living/simple_mob/animal/passive/chick
|
||||
digestable = 0
|
||||
devourable = 0
|
||||
devourable = 0
|
||||
|
||||
@@ -36,4 +36,4 @@
|
||||
hit_zones = list("head", "abdomen", "left foreleg", "right foreleg", "left hind leg", "right hind leg")
|
||||
|
||||
/decl/mob_organ_names/tindalos
|
||||
hit_zones = list("head", "thorax", "abdomen", "left foreleg", "right foreleg", "left hind leg", "right hind leg", "left middle leg", "right middle leg")
|
||||
hit_zones = list("head", "thorax", "abdomen", "left foreleg", "right foreleg", "left hind leg", "right hind leg", "left middle leg", "right middle leg")
|
||||
|
||||
@@ -32,4 +32,4 @@
|
||||
speak_emote = list("interjects")
|
||||
|
||||
/decl/mob_organ_names/penguin
|
||||
hit_zones = list("chest", "left leg", "right leg", "left flipper", "right flipper", "head")
|
||||
hit_zones = list("chest", "left leg", "right leg", "left flipper", "right flipper", "head")
|
||||
|
||||
@@ -52,4 +52,4 @@
|
||||
)
|
||||
|
||||
/decl/mob_organ_names/pillbug
|
||||
hit_zones = list("cephalon", "pereon", "pleon", "left forelegs", "right forelegs", "left hind legs", "right hind legs")
|
||||
hit_zones = list("cephalon", "pereon", "pleon", "left forelegs", "right forelegs", "left hind legs", "right hind legs")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/mob/living/simple_mob/animal/space/carp
|
||||
base_attack_cooldown = 15
|
||||
base_attack_cooldown = 15
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
|
||||
// They can also, you know, move around, in space
|
||||
/mob/living/simple_mob/animal/space/Process_Spacemove(var/check_drift = 0)
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
@@ -121,4 +121,3 @@
|
||||
armor = list(melee = 40, bullet = 30, laser = 30, energy = 10, bomb = 10, bio = 100, rad = 100)
|
||||
transformed = 1
|
||||
return TRUE
|
||||
|
||||
|
||||
@@ -28,4 +28,4 @@
|
||||
return
|
||||
|
||||
/decl/mob_organ_names/humanoid
|
||||
hit_zones = list("head", "torso", "left leg", "right leg", "left arm", "right arm", "left hand", "right hand", "left foot", "right foot") //Same as real people!
|
||||
hit_zones = list("head", "torso", "left leg", "right leg", "left arm", "right arm", "left hand", "right hand", "left foot", "right foot") //Same as real people!
|
||||
|
||||
@@ -139,4 +139,4 @@
|
||||
desc = "A set of prosthetics, piloted by simplistic combat algorhithm and dressed in combat spacesuit."
|
||||
tt_desc = null
|
||||
say_list_type = /datum/say_list/merc/drone
|
||||
corpse = /obj/effect/landmark/mobcorpse/syndicatecommando/drone
|
||||
corpse = /obj/effect/landmark/mobcorpse/syndicatecommando/drone
|
||||
|
||||
@@ -22,4 +22,4 @@
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_mob/mechanical/speech_bubble_appearance()
|
||||
return faction != "neutral" ? "synthetic_evil" : "machine"
|
||||
return faction != "neutral" ? "synthetic_evil" : "machine"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
// Fix for Virgo 2's Surface
|
||||
/mob/living/simple_mob/mechanical
|
||||
maxbodytemp = 700
|
||||
maxbodytemp = 700
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
)
|
||||
|
||||
/decl/mob_organ_names/artificer
|
||||
hit_zones = list("body", "carapace", "right manipulator", "left manipulator", "upper left appendage", "upper right appendage", "eye")
|
||||
hit_zones = list("body", "carapace", "right manipulator", "left manipulator", "upper left appendage", "upper right appendage", "eye")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
/mob/living/simple_mob/slime/feral/dark_blue
|
||||
base_attack_cooldown = 3 SECONDS
|
||||
base_attack_cooldown = 3 SECONDS
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
base_attack_cooldown = 2 SECONDS
|
||||
var/allowed_attack_types = list(
|
||||
/obj/item/melee/baton/slime,
|
||||
/obj/item/slimepotion)
|
||||
/obj/item/slimepotion)
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
|
||||
/mob/living/simple_mob/slime/xenobio/Initialize(mapload, var/mob/living/simple_mob/slime/xenobio/my_predecessor)
|
||||
. = ..()
|
||||
Weaken(10)
|
||||
Weaken(10)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#define AB_SHIFT_NONE 0
|
||||
#define AB_SHIFT_PASSIVE 1
|
||||
#define AB_SHIFT_ACTIVE 2
|
||||
#define AB_SHIFT_ACTIVE 2
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
icon_dead = "zellic_dead"
|
||||
icon_rest = null
|
||||
|
||||
vore_icons = null
|
||||
vore_icons = null
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#undef AB_SHIFT_NONE
|
||||
#undef AB_SHIFT_PASSIVE
|
||||
#undef AB_SHIFT_ACTIVE
|
||||
#undef AB_SHIFT_ACTIVE
|
||||
|
||||
Reference in New Issue
Block a user