mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Typo fix. Obsolete viisible_message() hack removed from mob holders
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user