Fixes bump-swapping for prometheans

This commit is contained in:
Heroman
2019-09-02 13:36:57 +10:00
parent cfa9413508
commit 9e268d6191
6 changed files with 8 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ var/datum/species/shapeshifter/promethean/prometheans
economic_modifier = 3
//gluttonous = 1 // VOREStation Edit. Redundant feature.
gluttonous = 1
virus_immune = 1
blood_volume = 560
brute_mod = 0.75

View File

@@ -1,6 +1,9 @@
/datum/species/shapeshifter/promethean
min_age = 18 //Required for server rules
max_age = 80
push_flags = ~HEAVY
swap_flags = ~HEAVY
gluttonous = 0
valid_transform_species = list(
"Human", "Unathi", "Tajara", "Skrell",
"Diona", "Teshari", "Monkey","Sergal",

View File

@@ -1,6 +1,6 @@
/mob/living/simple_mob/slime/xenobio
temperature_range = 5
mob_bump_flag = 0
mob_bump_flag = SLIME
/mob/living/simple_mob/slime/xenobio/Initialize(mapload, var/mob/living/simple_mob/slime/xenobio/my_predecessor)
..()

View File

@@ -12,7 +12,7 @@
movement_cooldown = 1
status_flags = CANPUSH
pass_flags = PASSTABLE
mob_bump_flag = 0
mob_bump_flag = SLIME
min_oxy = 0
max_oxy = 0

View File

@@ -13,7 +13,7 @@
faction = "shadekin"
ui_icons = 'icons/mob/shadekin_hud.dmi'
mob_class = MOB_CLASS_HUMANOID
mob_bump_flag = 0
mob_bump_flag = HUMAN
maxHealth = 200
health = 200

View File

@@ -3,4 +3,4 @@
mob_bump_flag = 0
/mob/living/simple_mob/vore/aggressive
mob_bump_flag = 1
mob_bump_flag = HEAVY