mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Visual and balance changes to brimdust sacks and rush glands (#93323)
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
if(stat != CONSCIOUS)
|
||||
return COMPONENT_BULLET_PIERCED
|
||||
|
||||
///high penetration bullets should still go through. No goldgrub can save you from the colossus' death bolts.
|
||||
/// High penetration bullets should still go through. No goldgrub can save you from the colossus' death bolts.
|
||||
if(prob(hitting_projectile.armour_penetration))
|
||||
return NONE
|
||||
|
||||
@@ -94,6 +94,7 @@
|
||||
playsound(src, 'sound/effects/splat.ogg', 50, TRUE)
|
||||
for(var/obj/item/stack/ore/ore in src)
|
||||
ore.forceMove(loc)
|
||||
|
||||
if(!gibbed)
|
||||
visible_message(span_danger("[src] spits out its consumed ores!"))
|
||||
|
||||
|
||||
@@ -299,8 +299,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
|
||||
icon_dead = "raptor_black_dead"
|
||||
maxHealth = 400
|
||||
health = 400
|
||||
speed = 1
|
||||
ridable_component = /datum/component/riding/creature/raptor/fast
|
||||
speed = 1.5
|
||||
melee_damage_lower = 20
|
||||
melee_damage_upper = 25
|
||||
raptor_color = RAPTOR_BLACK
|
||||
@@ -312,8 +311,7 @@ GLOBAL_LIST_EMPTY(raptor_population)
|
||||
icon_state = "raptor_yellow"
|
||||
icon_living = "raptor_yellow"
|
||||
icon_dead = "raptor_yellow_dead"
|
||||
ridable_component = /datum/component/riding/creature/raptor/fast
|
||||
speed = 1
|
||||
speed = 1.5
|
||||
raptor_color = RAPTOR_YELLOW
|
||||
dex_description = "This breed possesses greasy fast speed, DEMON speed, making light work of long pilgrimages. It's said that a thunderclap could be heard when this breed reaches its maximum speed."
|
||||
child_path = /mob/living/basic/raptor/baby_raptor/yellow
|
||||
|
||||
Reference in New Issue
Block a user