ripping off my own code
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
// Point of no return, make sure everything is set.
|
||||
parrying = method
|
||||
if(method == ITEM_PARRY)
|
||||
active_parry_item = using_item
|
||||
active_parry_item = tool
|
||||
if(!UseStaminaBuffer(data.parry_stamina_cost, TRUE))
|
||||
return FALSE
|
||||
parry_start_time = world.time
|
||||
|
||||
@@ -312,7 +312,7 @@ GLOBAL_LIST_INIT(department_radio_keys, list(
|
||||
/atom/movable/proc/process_yelling(list/already_heard, rendered, atom/movable/speaker, datum/language/message_language, message, list/spans, message_mode, obj/source)
|
||||
var/list/overhearing = list()
|
||||
overhearing = yelling_wavefill(src, 35)
|
||||
overhearing = get_hearers_in_view(35, src) | get_hearers_in_range(5, src)
|
||||
// overhearing = get_hearers_in_view(35, src) | get_hearers_in_range(5, src)
|
||||
overhearing -= already_heard
|
||||
for(var/_AM in overhearing)
|
||||
var/atom/movable/AM = _AM
|
||||
|
||||
Reference in New Issue
Block a user