mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Material Science 1: A bunch of math (#95090)
This commit is contained in:
@@ -33,10 +33,10 @@
|
||||
|
||||
|
||||
if (!blood_source)
|
||||
target.material = GET_MATERIAL_REF(/datum/material/meat/blood_meat, target)
|
||||
target.material = SSmaterials.get_material(/datum/material/meat/blood_meat, target)
|
||||
return
|
||||
|
||||
target.material = GET_MATERIAL_REF(/datum/material/meat/mob_meat, blood_source)
|
||||
target.material = SSmaterials.get_material(/datum/material/meat/mob_meat, blood_source)
|
||||
|
||||
var/list/blood_data = blood_source.get_blood_data()
|
||||
if(blood_data["viruses"])
|
||||
|
||||
Reference in New Issue
Block a user