Code improvement

This commit is contained in:
Arkatos1
2019-03-27 15:22:09 +01:00
parent 5ad867eb78
commit 095b1c25ea
2 changed files with 1 additions and 1 deletions
@@ -8,7 +8,6 @@
var/volume = 0
var/metabolization_rate = REAGENTS_METABOLISM
var/color = "#000000" // rgb: 0, 0, 0 (does not support alpha channels - yet!)
var/complementary_color = "#000000"
var/shock_reduction = 0
var/heart_rate_increase = 0
var/heart_rate_decrease = 0
@@ -2,6 +2,7 @@
// The 4 damage
/datum/reagent/blob
description = ""
var/complementary_color = "#000000"
var/message = "The blob strikes you" //message sent to any mob hit by the blob
var/message_living = null //extension to first mob sent to only living mobs i.e. silicons have no skin to be burnt
can_synth = FALSE