fuckit, I'm just gunna wholesale port from baycode I guess

This commit is contained in:
Poojawa
2019-06-05 04:55:36 -05:00
parent 9e01a078ec
commit 11d10d3805
21 changed files with 102 additions and 361 deletions
+1 -2
View File
@@ -17,7 +17,7 @@
var/adjusted = NORMAL_STYLE
mutantrace_variation = MUTANTRACE_VARIATION
var/move_trail = /obj/effect/decal/cleanable/blood/footprints/tracks/shoe
var/move_trail = /obj/effect/decal/cleanable/blood/tracks/shoe
/obj/item/clothing/shoes/suicide_act(mob/living/carbon/user)
if(rand(2)>1)
@@ -91,7 +91,6 @@
/obj/item/clothing/shoes/clean_blood()
..()
blood_smear = list(BLOOD_STATE_BLOOD = 0, BLOOD_STATE_OIL = 0, BLOOD_STATE_NOT_BLOODY = 0)
blood_state = BLOOD_STATE_NOT_BLOODY
blood_color = null
if(ismob(loc))