mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Adds more SeCrEt ChEmS (#95952)
This commit is contained in:
@@ -34,3 +34,9 @@
|
||||
affected_mob.investigate_log("has been gibbed by GBS.", INVESTIGATE_DEATHS)
|
||||
affected_mob.gib(DROP_ALL_REMAINS)
|
||||
return FALSE
|
||||
|
||||
/datum/disease/gbs/no_transmission
|
||||
name = "Non-Transmissible GBS"
|
||||
spread_text = "Skin contact"
|
||||
spread_flags = DISEASE_SPREAD_NON_CONTAGIOUS
|
||||
spreading_modifier = 0
|
||||
|
||||
@@ -940,3 +940,19 @@
|
||||
// Oops, all chainsawfish!
|
||||
challenge.register_reward_signals(GLOB.preset_fish_sources[/datum/fish_source/portal/syndicate])
|
||||
|
||||
/datum/material/rock
|
||||
name = "rock"
|
||||
desc = "Marble maybe?"
|
||||
color = "#919191"
|
||||
mat_flags = MATERIAL_BASIC_RECIPES | MATERIAL_CLASS_RIGID
|
||||
mat_properties = list(
|
||||
MATERIAL_DENSITY = 2,
|
||||
MATERIAL_HARDNESS = 4,
|
||||
MATERIAL_FLEXIBILITY = 0,
|
||||
MATERIAL_REFLECTIVITY = 0,
|
||||
MATERIAL_ELECTRICAL = 0,
|
||||
MATERIAL_THERMAL = 1,
|
||||
MATERIAL_CHEMICAL = 0,
|
||||
MATERIAL_BEAUTY = 0.8,
|
||||
)
|
||||
texture_layer_icon_state = "sand"
|
||||
|
||||
Reference in New Issue
Block a user