mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Typo fix. Obsolete viisible_message() hack removed from mob holders
This commit is contained in:
@@ -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