mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Code improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user