mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
Merge branch 'master' into Fixes-Integration-Tests
This commit is contained in:
@@ -116,7 +116,7 @@ GLOBAL_LIST_EMPTY(features_by_species)
|
||||
///multiplier for stun durations
|
||||
var/stunmod = 1
|
||||
///multiplier for money paid at payday
|
||||
var/payday_modifier = 1
|
||||
var/payday_modifier = 0.75 // BUBBER DUMB SHIT REMOVAL
|
||||
///Base electrocution coefficient. Basically a multiplier for damage from electrocutions.
|
||||
var/siemens_coeff = 1
|
||||
///To use MUTCOLOR with a fixed color that's independent of the mcolor feature in DNA.
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
mutant_bodyparts = list("wings" = "None")
|
||||
skinned_type = /obj/item/stack/sheet/animalhide/human
|
||||
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_MAGIC | MIRROR_PRIDE | ERT_SPAWN | RACE_SWAP | SLIME_EXTRACT
|
||||
payday_modifier = 1
|
||||
// payday_modifier = 1 // BUBBER DUMB SHIT REMOVAL
|
||||
|
||||
/datum/species/human/prepare_human_for_preview(mob/living/carbon/human/human)
|
||||
human.set_haircolor("#bb9966", update = FALSE) // brown
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
dust_anim = "dust-m"
|
||||
gib_anim = "gibbed-m"
|
||||
|
||||
payday_modifier = 1.5
|
||||
// payday_modifier = 1.5 BUBBER DUMB SHIT REMOVAL
|
||||
ai_controlled_species = TRUE
|
||||
|
||||
|
||||
|
||||
4
html/changelogs/AutoChangeLog-pr-375.yml
Normal file
4
html/changelogs/AutoChangeLog-pr-375.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: "nevimer"
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "soft removed the payday modifier"
|
||||
4
html/changelogs/AutoChangeLog-pr-379.yml
Normal file
4
html/changelogs/AutoChangeLog-pr-379.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: "Icarus-The-Sun"
|
||||
delete-after: True
|
||||
changes:
|
||||
- qol: "Returns hemophage mutant Colors"
|
||||
@@ -72,7 +72,7 @@
|
||||
TRAIT_CAN_USE_FLIGHT_POTION,
|
||||
TRAIT_LITERATE,
|
||||
TRAIT_DRINKS_BLOOD,
|
||||
TRAIT_USES_SKINTONES,
|
||||
TRAIT_MUTANT_COLORS,
|
||||
)
|
||||
inherent_biotypes = MOB_HUMANOID | MOB_ORGANIC
|
||||
default_mutant_bodyparts = list(
|
||||
|
||||
Reference in New Issue
Block a user