# Conflicts:
#	code/modules/multiz/basic.dm
#	config/custom_items.txt
This commit is contained in:
Kelshark
2017-04-29 10:13:45 -04:00
282 changed files with 3918 additions and 2078 deletions

View File

@@ -37,7 +37,7 @@
var/mob/living/carbon/human/H = hit_atom
if(istype(H) && H.has_eyes() && prob(85))
H << "<span class='danger'>Some of \the [src] gets in your eyes!</span>"
H.eye_blind += 5
H.Blind(5)
H.eye_blurry += 10
spawn(1)
if(istype(loc, /turf/)) qdel(src)