mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 11:03:19 +00:00
/atom/visible_message respects exclude_mobs (#7665)
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
else
|
else
|
||||||
exclude_mobs = list(src)
|
exclude_mobs = list(src)
|
||||||
src.show_message(self_message, 1, blind_message, 2)
|
src.show_message(self_message, 1, blind_message, 2)
|
||||||
. = ..()
|
. = ..(message, blind_message, exclude_mobs)
|
||||||
|
|
||||||
// Returns an amount of power drawn from the object (-1 if it's not viable).
|
// 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.
|
// If drain_check is set it will not actually drain power, just return a value.
|
||||||
|
|||||||
Reference in New Issue
Block a user