IPC bleeding v2

This commit is contained in:
Aurorablade
2018-04-22 00:21:48 -04:00
parent 1aa28c5d71
commit 72a3c66cf5
9 changed files with 31 additions and 11 deletions
@@ -194,6 +194,11 @@
reagent_state = LIQUID
color = "#3C3C3C"
taste_message = "motor oil"
process_flags = ORGANIC | SYNTHETIC
/datum/reagent/oil/reaction_turf(turf/T, volume)
if(volume >= 3 && !isspaceturf(T) && !locate(/obj/effect/decal/cleanable/blood/oil) in T)
new /obj/effect/decal/cleanable/blood/oil(T)
/datum/reagent/iodine
name = "Iodine"