just need items to actually have their overlays, ree

This commit is contained in:
Poojawa
2019-08-17 04:50:24 -05:00
parent 088bc484e3
commit 725a8046e1
8 changed files with 20 additions and 45 deletions
+1 -2
View File
@@ -9,6 +9,5 @@
/datum/component/decal/blood/proc/get_examine_name(datum/source, mob/user, list/override)
var/atom/A = parent
override[EXAMINE_POSITION_ARTICLE] = A.gender == PLURAL? "some" : "a"
override[EXAMINE_POSITION_BEFORE] = " blood-stained "
return COMPONENT_EXNAME_CHANGED