mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Transparent slime blood (#17861)
* blood * tracks * bug D: * Review improvements used alot more of the defines :o) * renames define to make more sense
This commit is contained in:
@@ -1466,7 +1466,7 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \
|
||||
if(clean_feet)
|
||||
feet_blood_color = null
|
||||
qdel(feet_blood_DNA)
|
||||
bloody_feet = list(BLOOD_STATE_HUMAN = 0, BLOOD_STATE_XENO = 0, BLOOD_STATE_NOT_BLOODY = 0)
|
||||
bloody_feet = list(BLOOD_STATE_HUMAN = 0, BLOOD_STATE_XENO = 0, BLOOD_STATE_NOT_BLOODY = 0, BLOOD_BASE_ALPHA = BLOODY_FOOTPRINT_BASE_ALPHA)
|
||||
blood_state = BLOOD_STATE_NOT_BLOODY
|
||||
update_inv_shoes()
|
||||
update_icons() //apply the now updated overlays to the mob
|
||||
|
||||
Reference in New Issue
Block a user