mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Vaurca Event Fixes (#5051)
Fixes various bugs and/or issues noticed throughout the test event this afternoon. I will leave this open for a while so more bugs can be reported.
This commit is contained in:
@@ -68,8 +68,4 @@
|
||||
|
||||
/datum/client_color/tritanopia
|
||||
client_color = list(0.95,0.07,0, 0,0.44,0.52, 0.05,0.49,0.48)
|
||||
priority = 100
|
||||
|
||||
/datum/client_color/vaurca
|
||||
client_color = list(0.3,0,0, 0,0.5,0, 0.5,0,1.5)
|
||||
priority = 101
|
||||
priority = 100
|
||||
@@ -61,7 +61,8 @@
|
||||
/obj/item/rig_module/device/flash,
|
||||
/obj/item/rig_module/chem_dispenser/vaurca,
|
||||
/obj/item/rig_module/boring,
|
||||
/obj/item/rig_module/lattice
|
||||
/obj/item/rig_module/lattice,
|
||||
/obj/item/rig_module/maneuvering_jets
|
||||
|
||||
)
|
||||
|
||||
|
||||
@@ -258,7 +258,6 @@
|
||||
for(var/mob/living/carbon/human/H in lattice_users)
|
||||
if(H != src)
|
||||
H.setHalLoss(min(max(H.getHalLoss() + amount, 0),(H.maxHealth*2)))
|
||||
H << "<span class='danger'>Your neural lattice buzzes, filling your mind with pain!</span>"
|
||||
|
||||
halloss = min(max(halloss + amount, 0),(maxHealth*2))
|
||||
|
||||
|
||||
@@ -728,5 +728,4 @@ datum/species/machine/handle_post_spawn(var/mob/living/carbon/human/H)
|
||||
|
||||
/datum/species/bug/handle_post_spawn(var/mob/living/carbon/human/H)
|
||||
H.gender = NEUTER
|
||||
H.add_client_color(/datum/client_color/vaurca)
|
||||
return ..()
|
||||
|
||||
@@ -59,9 +59,10 @@
|
||||
speech_chance = 100
|
||||
|
||||
death_sound = 'sound/voice/hiss6.ogg'
|
||||
damage_overlays = 'icons/mob/human_races/masks/dam_mask_warform.dmi'
|
||||
damage_mask = 'icons/mob/human_races/masks/dam_mask_warform.dmi'
|
||||
blood_mask = 'icons/mob/human_races/masks/dam_mask_warform.dmi'
|
||||
damage_overlays = 'icons/mob/human_races/masks/dam_breeder.dmi'
|
||||
damage_mask = 'icons/mob/human_races/masks/dam_mask_breeder.dmi'
|
||||
blood_mask = 'icons/mob/human_races/masks/blood_breeder.dmi'
|
||||
|
||||
|
||||
stamina = 175
|
||||
sprint_speed_factor = 1
|
||||
@@ -104,6 +105,7 @@
|
||||
eyes_icons = 'icons/mob/human_face/warform_eyes.dmi'
|
||||
brute_mod = 0.5
|
||||
burn_mod = 0.1
|
||||
fall_mod = 0
|
||||
toxins_mod = 1
|
||||
total_health = 200
|
||||
breakcuffs = list(MALE,FEMALE,NEUTER)
|
||||
@@ -113,9 +115,10 @@
|
||||
speech_chance = 100
|
||||
|
||||
death_sound = 'sound/voice/hiss6.ogg'
|
||||
damage_overlays = 'icons/mob/human_races/masks/dam_breeder.dmi'
|
||||
damage_mask = 'icons/mob/human_races/masks/dam_mask_breeder.dmi'
|
||||
blood_mask = 'icons/mob/human_races/masks/blood_breeder.dmi'
|
||||
damage_overlays = 'icons/mob/human_races/masks/dam_mask_warform.dmi'
|
||||
damage_mask = 'icons/mob/human_races/masks/dam_mask_warform.dmi'
|
||||
blood_mask = 'icons/mob/human_races/masks/dam_mask_warform.dmi'
|
||||
|
||||
|
||||
stamina = 200
|
||||
stamina_recovery = 5
|
||||
|
||||
Reference in New Issue
Block a user