Typo fix. Obsolete viisible_message() hack removed from mob holders

This commit is contained in:
RavingManiac
2015-05-17 17:15:27 +10:00
parent 22cafb9c48
commit 53eec427dc
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -32,10 +32,6 @@
for(var/mob/M in src.contents)
M.attackby(W,user)
/obj/item/weapon/holder/show_message(msg, type, alt, alt_type)
for(var/mob/living/M in contents)
M.show_message(msg,type)
//Mob procs and vars for scooping up
/mob/living/var/holder_type
+1 -1
View File
@@ -65,7 +65,7 @@
if(self_message && M==src)
M.show_message( self_message, 1, blind_message, 2)
if(M.see_invisible >= invisibility) // Cannot view the invisible
M.show_message( messge, 1, blind_message, 2)
M.show_message( message, 1, blind_message, 2)
// Returns an amount of power drawn from the object (-1 if it's not viable).
// If drain_check is set it will not actually drain power, just return a value.