mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Fixes bump-swapping for prometheans
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
..()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
mob_bump_flag = 0
|
||||
|
||||
/mob/living/simple_mob/vore/aggressive
|
||||
mob_bump_flag = 1
|
||||
mob_bump_flag = HEAVY
|
||||
Reference in New Issue
Block a user